Commit 5495fbd7 authored by 乐宝呗666's avatar 乐宝呗666

省市区请求添加token

parent 6a6224b6
......@@ -3,7 +3,8 @@ let getAreas = function(){
return new Promise((resolve, reject)=>{
httpServer({
method: 'get',
url: 'organ/getAreaTree'
url: 'organ/getAreaTree',
authType: "back"
}).then(res=>{
if(res.status != 200){
resolve([])
......
......@@ -44,8 +44,8 @@
v-for="(item, index) in tableData"
:key="index"
>
<h5 class="title">{{ item.name }}</h5>
<p>{{ item.content }}</p>
<h5 class="title">{{ item.boardName }}</h5>
<p>{{ item.content||'暂无内容' }}</p>
<div class="img-box" v-if="item.images.length">
<img v-for="(j, idx) in item.images" :src="j" :key="idx" alt="" />
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment