增加电话跳转
This commit is contained in:
@@ -34,7 +34,10 @@
|
||||
</van-pull-refresh>
|
||||
<div class="bottomContent">
|
||||
<p>本服务由浙江政务服务网、宁波市住房保障和房屋征收管理中心提供</p>
|
||||
<p>服务咨询热线:<b>0574-88086606</b></p>
|
||||
|
||||
<p>
|
||||
服务咨询热线:<b> <a href="tel://0574-88086606">0574-88086606</a></b>
|
||||
</p>
|
||||
<div v-if="mode === true" class="logout" @click="logout">
|
||||
<span>退出老年模式</span>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@ const router = new Router({
|
||||
routes: [{
|
||||
path: "/index",
|
||||
name: "index",
|
||||
meta: { index: 1, title: "征收信息查询" },
|
||||
meta: { index: 1, title: "宁波房屋征收" },
|
||||
component: () =>
|
||||
import ("../views")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user