97f37007 by jiaozeping@pashanhoo.com

文件重命名

1 parent 16099203
...@@ -48,145 +48,145 @@ export const asyncRoutes = [ ...@@ -48,145 +48,145 @@ export const asyncRoutes = [
48 ] 48 ]
49 }, 49 },
50 { 50 {
51 path: '/businessHandling', 51 path: '/ywbl',
52 id: '3', 52 id: '3',
53 parentId: null, 53 parentId: null,
54 component: Layout, 54 component: Layout,
55 meta: { title: '业务办理', icon: 'fykf' }, 55 meta: { title: '业务办理', icon: 'fykf' },
56 redirect: '/businessHandling/apply', 56 redirect: '/ywbl/ywsq',
57 alwaysShow: true, 57 alwaysShow: true,
58 name: 'businessHandling', 58 name: 'ywbl',
59 children: [ 59 children: [
60 { 60 {
61 path: 'apply', 61 path: 'ywsq',
62 id: '4', 62 id: '4',
63 parentId: '3', 63 parentId: '3',
64 component: () => import('@/views/businessHandling/apply.vue'), 64 component: () => import('@/views/ywbl/ywsq.vue'),
65 name: 'apply', 65 name: 'ywsq',
66 meta: { title: '业务申请' } 66 meta: { title: '业务申请' }
67 }, 67 },
68 { 68 {
69 path: 'todoBox', 69 path: 'dbx',
70 id: '5', 70 id: '5',
71 parentId: '3', 71 parentId: '3',
72 component: () => import('@/views/businessHandling/todoBox.vue'), 72 component: () => import('@/views/ywbl/dbx.vue'),
73 name: 'todoBox', 73 name: 'dbx',
74 meta: { title: '待办箱' } 74 meta: { title: '待办箱' }
75 }, 75 },
76 { 76 {
77 path: 'boxHandled', 77 path: 'ybx',
78 id: '6', 78 id: '6',
79 parentId: '3', 79 parentId: '3',
80 component: () => import('@/views/businessHandling/boxHandled.vue'), 80 component: () => import('@/views/ywbl/ybx.vue'),
81 name: 'boxHandled', 81 name: 'ybx',
82 meta: { title: '已办箱' } 82 meta: { title: '已办箱' }
83 } 83 }
84 ] 84 ]
85 }, 85 },
86 { 86 {
87 path: '/applicationQuery', 87 path: '/sqcx',
88 id: '9', 88 id: '9',
89 parentId: null, 89 parentId: null,
90 component: Layout, 90 component: Layout,
91 meta: { title: '申请查询', icon: 'fykf' }, 91 meta: { title: '申请查询', icon: 'fykf' },
92 redirect: '/applicationQuery/domesticPremises', 92 redirect: '/sqcx/jtfc',
93 alwaysShow: true, 93 alwaysShow: true,
94 name: 'applicationQuery', 94 name: 'sqcx',
95 children: [ 95 children: [
96 { 96 {
97 path: 'domesticPremises', 97 path: 'jtfc',
98 id: '10', 98 id: '10',
99 parentId: '9', 99 parentId: '9',
100 component: () => import('@/views/applicationQuery/domesticPremises.vue'), 100 component: () => import('@/views/sqcx/jtfc.vue'),
101 name: 'domesticPremises', 101 name: 'jtfc',
102 meta: { title: '家庭房产' } 102 meta: { title: '家庭房产' }
103 }, 103 },
104 { 104 {
105 path: 'printRegister', 105 path: 'dydjb',
106 id: '12', 106 id: '12',
107 parentId: '9', 107 parentId: '9',
108 component: () => import('@/views/applicationQuery/printRegister.vue'), 108 component: () => import('@/views/sqcx/dydjb.vue'),
109 name: 'printRegister', 109 name: 'dydjb',
110 meta: { title: '打印登记薄' } 110 meta: { title: '打印登记薄' }
111 }, 111 },
112 { 112 {
113 path: 'queryRecord', 113 path: 'cxjl',
114 id: '11', 114 id: '11',
115 parentId: '9', 115 parentId: '9',
116 component: () => import('@/views/applicationQuery/queryRecord.vue'), 116 component: () => import('@/views/sqcx/cxjl.vue'),
117 name: 'queryRecord', 117 name: 'cxjl',
118 meta: { title: '查询记录' } 118 meta: { title: '查询记录' }
119 } 119 }
120 ] 120 ]
121 }, 121 },
122 { 122 {
123 path: '/comprehensiveQuery', 123 path: '/zhcx',
124 id: '13', 124 id: '13',
125 parentId: null, 125 parentId: null,
126 component: Layout, 126 component: Layout,
127 meta: { title: '综合查询', icon: 'fykf' }, 127 meta: { title: '综合查询', icon: 'fykf' },
128 redirect: '/comprehensiveQuery/progressQuery', 128 redirect: '/zhcx/jdcx',
129 alwaysShow: true, 129 alwaysShow: true,
130 name: 'comprehensiveQuery', 130 name: 'zhcx',
131 children: [ 131 children: [
132 { 132 {
133 path: 'progressQuery', 133 path: 'jdcx',
134 id: '14', 134 id: '14',
135 parentId: '13', 135 parentId: '13',
136 component: () => import('@/views/comprehensiveQuery/progressQuery.vue'), 136 component: () => import('@/views/zhcx/jdcx.vue'),
137 name: 'progressQuery', 137 name: 'jdcx',
138 meta: { title: '进度查询' } 138 meta: { title: '进度查询' }
139 }, 139 },
140 { 140 {
141 path: 'registerQuery', 141 path: 'djbcx',
142 id: '15', 142 id: '15',
143 parentId: '13', 143 parentId: '13',
144 component: () => import('@/views/comprehensiveQuery/registerQuery.vue'), 144 component: () => import('@/views/zhcx/djbcx.vue'),
145 name: 'registerQuery', 145 name: 'djbcx',
146 meta: { title: '登记簿查询' } 146 meta: { title: '登记簿查询' }
147 }, 147 },
148 { 148 {
149 path: 'realestateInquiry', 149 path: 'lpcx',
150 id: '16', 150 id: '16',
151 parentId: '13', 151 parentId: '13',
152 component: () => import('@/views/comprehensiveQuery/realestateInquiry.vue'), 152 component: () => import('@/views/zhcx/lpcx.vue'),
153 name: 'realestateInquiry', 153 name: 'lpcx',
154 meta: { title: '楼盘查询' } 154 meta: { title: '楼盘查询' }
155 } 155 }
156 ] 156 ]
157 }, 157 },
158 { 158 {
159 path: '/certificate', 159 path: '/zsgl',
160 id: '17', 160 id: '17',
161 parentId: null, 161 parentId: null,
162 component: Layout, 162 component: Layout,
163 meta: { title: '证书管理', icon: 'fykf' }, 163 meta: { title: '证书管理', icon: 'fykf' },
164 redirect: '/certificate/warehousing', 164 redirect: '/zsgl/zsrk',
165 alwaysShow: true, 165 alwaysShow: true,
166 name: 'certificate', 166 name: 'zsgl',
167 children: [ 167 children: [
168 { 168 {
169 path: 'warehousing', 169 path: 'zsrk',
170 id: '18', 170 id: '18',
171 parentId: '17', 171 parentId: '17',
172 component: () => import('@/views/certificate/warehousing.vue'), 172 component: () => import('@/views/zsgl/zsrk.vue'),
173 name: 'warehousing', 173 name: 'zsrk',
174 meta: { title: '证书入库' } 174 meta: { title: '证书入库' }
175 }, 175 },
176 { 176 {
177 path: 'distribution', 177 path: 'zsff',
178 id: '19', 178 id: '19',
179 parentId: '17', 179 parentId: '17',
180 component: () => import('@/views/certificate/distribution.vue'), 180 component: () => import('@/views/zsgl/zsff.vue'),
181 name: 'distribution', 181 name: 'zsff',
182 meta: { title: '证书分发' } 182 meta: { title: '证书分发' }
183 }, 183 },
184 { 184 {
185 path: 'usageRecord', 185 path: 'zssyjl',
186 id: '20', 186 id: '20',
187 parentId: '17', 187 parentId: '17',
188 component: () => import('@/views/certificate/usageRecord.vue'), 188 component: () => import('@/views/zsgl/zssyjl.vue'),
189 name: 'usageRecord', 189 name: 'zssyjl',
190 meta: { title: '证书使用记录' } 190 meta: { title: '证书使用记录' }
191 } 191 }
192 ] 192 ]
......