index.js
6.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
/*
* @Description :路由配置
* @Autor : miaofang
* @LastEditTime: 2023-06-08 14:24:36
*/
import Vue from 'vue'
import Router from 'vue-router'
Vue.use(Router)
import Layout from '@/layout'
export const constantRoutes = [
{
path: '/404',
component: Layout,
hidden: true,
redirect: '/404/index',
children: [
{
path: '/index',
component: () => import('@/views/error-page/404'),
name: '404',
meta: { title: '404' }
}
]
}
]
/**
* asyncRoutes
* the routes that need to be dynamically loaded based on user roles
*/
export const asyncRoutes = [
// 区县接入
{
path: '/',
redirect: '/qxjr',
meta: { title: '区县接入', icon: 'qxjr' },
component: Layout,
children: [
{
path: 'qxjr',
component: () => import('@/views/jsbwcx/index'),
name: 'qxjr',
meta: { title: '区县接入', icon: 'zsgl' }
}
]
},
// 省厅汇交
{
path: '/sthj',
meta: { title: '省厅汇交', icon: 'sthj' },
component: Layout,
children: [
{
path: 'sbbwcx',
component: () => import('@/views/sthj/sbbwcx/index'),
name: 'sbbwcx',
meta: { title: '数据上报', icon: 'zsgl' }
},
{
path: 'dbrzcx',
component: () => import('@/views/sthj/dbrzcx/index'),
name: 'dbrzcx',
meta: { title: '登簿日志', icon: 'zsgl' }
}
]
},
// 监控统计
{
path: '/jktj',
component: Layout,
meta: { title: '统计监控', icon: 'sqcx' },
children: [
{
path: 'ywltj',
component: () => import('@/views/jktj/ywltj/index'),
name: 'ywltj',
meta: { title: '业务量统计', icon: 'zhcx' }
},
{
path: 'bsxljk',
component: () => import('@/views/jktj/bsxljk/index'),
name: 'bsxljk',
meta: { title: '办事效率监控', icon: 'zhcx' }
},
// {
// path: 'dataReceiveQuality',
// component: () => import('@/views/jktj/dataReceiveQuality/index'),
// name: 'dataReceiveQuality',
// meta: { title: '接入质量评价表', icon: 'dataReceiveQuality' }
// },
// {
// path: 'nullTermRatio',
// component: () => import('@/views/jktj/nullTermRatio/index'),
// name: 'nullTermRatio',
// meta: { title: '相关字段空置率统计', icon: 'nullTermRatio' }
// },
// {
// path: 'registerBookQuality',
// component: () => import('@/views/jktj/registerBookQuality/index'),
// name: 'registerBookQuality',
// meta: { title: '登簿质量评价表', icon: 'registerBookQuality' }
// }
]
},
// 接入业务信息-不动产数据
{
path: '/busineInfo',
component: Layout,
meta: { title: '不动产数据', icon: 'sqcx' },
redirect: '/busineInfo/landOwnership',
alwaysShow: true,
name: 'busineInfo',
children: [
{
path: 'tdsyq',
component: () => import('@/views/bdcsj/tdsyq/index'),
name: 'tdsyq',
meta: { title: '土地所有权' }
},
{
path: 'jsydzjdsyq',
component: () => import('@/views/bdcsj/jsydzjdsyq/index'),
name: 'jsydzjdsyq',
meta: { title: '建设用地、宅基地使用权' }
},
{
path: 'fdcqdz',
component: () => import('@/views/bdcsj/fdcqdz/index'),
name: 'fdcqdz',
meta: { title: '房地产权(项目内多幢房屋)' }
},
{
path: 'fdcqyz',
component: () => import('@/views/bdcsj/fdcqyz/index'),
name: 'fdcqyz',
meta: { title: '房地产权(独幢、层、套、间、房屋)' }
},
{
path: 'fdcqqfsyq',
component: () => import('@/views/bdcsj/fdcqqfsyq/index'),
name: 'fdcqqfsyq',
meta: { title: '建筑物区分所有权业主共有部分' }
},
{
path: 'hysyq',
component: () => import('@/views/bdcsj/hysyq/index'),
name: 'hysyq',
meta: { title: '海域(含无居民海岛)使用权' }
},
{
path: 'gzwsyq',
component: () => import('@/views/bdcsj/gzwsyq/index'),
name: 'gzwsyq',
meta: { title: '构(建)筑物所有权' }
},
{
path: 'nydsyq',
component: () => import('@/views/bdcsj/nydsyq/index'),
name: 'nydsyq',
meta: { title: '农用地使用权(非林地)' }
},
{
path: 'lq',
component: () => import('@/views/bdcsj/lq/index'),
name: 'lq',
meta: { title: '林权' }
},
{
path: 'zxdj',
component: () => import('@/views/bdcsj/zxdj/index'),
name: 'zxdj',
meta: { title: '注销登记' }
},
{
path: 'yydj',
component: () => import('@/views/bdcsj/yydj/index'),
name: 'yydj',
meta: { title: '异议登记' }
},
{
path: 'ygdj',
component: () => import('@/views/bdcsj/ygdj/index'),
name: 'ygdj',
meta: { title: '预告登记' }
},
{
path: 'Cfdj',
component: () => import('@/views/bdcsj/cfdj/index'),
name: 'Cfdj',
meta: { title: '查封登记' }
},
{
path: 'dyaq',
component: () => import('@/views/bdcsj/dyaq/index'),
name: 'dyaq',
meta: { title: '抵押权登记' }
},
{
path: 'dyiq',
component: () => import('@/views/bdcsj/dyiq/index'),
name: 'dyiq',
meta: { title: '地役权登记' }
}
]
},
// 系统管理
{
path: '/system',
component: Layout,
meta: { title: '运维中心', icon: 'sqcx', breadcrumb: false },
redirect: '/system/dictionaries',
alwaysShow: true,
name: 'system',
children: [
{
path: 'dictionaries',
component: () => import('@/views/system/dictionaries/dictionaries.vue'),
name: 'dictionaries',
meta: { title: '字典管理' }
},
{
path: 'validationRule',
component: () => import('@/views/system/validationRule/index'),
name: 'validationRule',
meta: { title: '上报校验规则配置' }
},
{
path: 'timedTask',
component: () => import('@/views/system/timedTask/index'),
name: 'timedTask',
meta: { title: '定时任务' }
}
]
}
]
const createRouter = () =>
new Router({
scrollBehavior: () => ({ y: 0 }),
routes: [...constantRoutes]
})
const router = createRouter()
export function resetRouter () {
const newRouter = createRouter()
router.matcher = newRouter.matcher // reset router
}
export default router