增加电话跳转

This commit is contained in:
2021-10-29 15:15:01 +08:00
parent 4310ba1516
commit 342e540a54
2 changed files with 5 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ const router = new Router({
routes: [{
path: "/index",
name: "index",
meta: { index: 1, title: "征收信息查询" },
meta: { index: 1, title: "宁波房屋征收" },
component: () =>
import ("../views")
},