|
@@ -47,14 +47,14 @@ export const constantRouterMap = [
|
47
|
47
|
path: '/building/index',
|
48
|
48
|
component: () => import('@/views/building/index'),
|
49
|
49
|
name: 'building-index',
|
50
|
|
- meta: { title: '楼栋业主资料库', icon: 'building' }
|
|
50
|
+ meta: { title: '业主资料库', icon: 'building' }
|
51
|
51
|
},
|
52
|
52
|
{
|
53
|
53
|
path: '/building/info/index',
|
54
|
54
|
component: () => import('@/views/building/info/index'),
|
55
|
55
|
name: 'building-info-index',
|
56
|
56
|
hidden: true,
|
57
|
|
- meta: { title: '楼栋业主资料库详情', icon: 'building' }
|
|
57
|
+ meta: { title: '业主资料库详情', icon: 'building' }
|
58
|
58
|
},
|
59
|
59
|
{
|
60
|
60
|
path: '/building/buildingdata/edibuildingdata',
|
|
@@ -63,12 +63,12 @@ export const constantRouterMap = [
|
63
|
63
|
hidden: true,
|
64
|
64
|
meta: { title: '小区楼栋添加节点', icon: 'building' }
|
65
|
65
|
},
|
66
|
|
- {
|
67
|
|
- path: '/owner/index',
|
68
|
|
- component: () => import('@/views/owner/index'),
|
69
|
|
- name: 'owner-index',
|
70
|
|
- meta: { title: '已认证业主', icon: 'building' }
|
71
|
|
- },
|
|
66
|
+ // {
|
|
67
|
+ // path: '/owner/index',
|
|
68
|
+ // component: () => import('@/views/owner/index'),
|
|
69
|
+ // name: 'owner-index',
|
|
70
|
+ // meta: { title: '已认证业主', icon: 'building' }
|
|
71
|
+ // },
|
72
|
72
|
{
|
73
|
73
|
path: '/building/batch',
|
74
|
74
|
component: () => import('@/views/building/batch/batchImport'),
|