|
@@ -125,17 +125,6 @@ export const xt_constantRouterMap = [
|
125
|
125
|
// ////////////////////////////
|
126
|
126
|
// 本地开始
|
127
|
127
|
// /////////////////////////////
|
128
|
|
- {
|
129
|
|
- path: '/sign',
|
130
|
|
- component: Layout,
|
131
|
|
- redirect: '/sign/index',
|
132
|
|
- name: 'sign',
|
133
|
|
- alwaysShow: true,
|
134
|
|
- meta: { title: 'signWeight', icon: 'table' },
|
135
|
|
- children: [
|
136
|
|
- { path: '/sign/index', component: () => import('@/xt_pages/sign/index'), name: 'signWeight', meta: { title: 'signWeight' }}
|
137
|
|
- ]
|
138
|
|
- },
|
139
|
128
|
{
|
140
|
129
|
path: '/qcd',
|
141
|
130
|
component: Layout,
|
|
@@ -163,7 +152,6 @@ export const xt_constantRouterMap = [
|
163
|
152
|
]
|
164
|
153
|
},
|
165
|
154
|
{
|
166
|
|
-<<<<<<< .mine
|
167
|
155
|
path: 'statistics',
|
168
|
156
|
component: Layout,
|
169
|
157
|
redirect: '/statistics/index',
|
|
@@ -185,17 +173,6 @@ export const xt_constantRouterMap = [
|
185
|
173
|
meta: {title:'signWeight',icon:'table',noCache:true}
|
186
|
174
|
}]
|
187
|
175
|
},
|
188
|
|
- // {
|
189
|
|
- // path: '/sign',
|
190
|
|
- // component: Layout,
|
191
|
|
- // redirect: '/sign/index',
|
192
|
|
- // name: 'sign',
|
193
|
|
- // alwaysShow: true,
|
194
|
|
- // meta: { title: 'signWeight', icon: 'table' },
|
195
|
|
- // children: [
|
196
|
|
- // { path: '/sign/index', component: () => import('@/xt_pages/sign/index'), name: 'signWeight', meta: { title: 'signWeight' }}
|
197
|
|
- // ]
|
198
|
|
- // },
|
199
|
176
|
{
|
200
|
177
|
path: '/qcd',
|
201
|
178
|
component: Layout,
|
|
@@ -234,78 +211,6 @@ export const xt_constantRouterMap = [
|
234
|
211
|
]
|
235
|
212
|
},
|
236
|
213
|
{
|
237
|
|
-=======
|
238
|
|
-
|
239
|
|
-
|
240
|
|
-
|
241
|
|
-
|
242
|
|
-
|
243
|
|
-
|
244
|
|
-
|
245
|
|
-
|
246
|
|
-
|
247
|
|
-
|
248
|
|
-
|
249
|
|
-
|
250
|
|
-
|
251
|
|
-
|
252
|
|
-
|
253
|
|
-
|
254
|
|
-
|
255
|
|
-
|
256
|
|
-
|
257
|
|
-
|
258
|
|
-
|
259
|
|
-
|
260
|
|
-
|
261
|
|
-
|
262
|
|
-
|
263
|
|
-
|
264
|
|
-
|
265
|
|
-
|
266
|
|
-
|
267
|
|
-
|
268
|
|
-
|
269
|
|
-
|
270
|
|
-
|
271
|
|
-
|
272
|
|
-
|
273
|
|
-
|
274
|
|
-
|
275
|
|
-
|
276
|
|
-
|
277
|
|
-
|
278
|
|
-
|
279
|
|
-
|
280
|
|
-
|
281
|
|
-
|
282
|
|
-
|
283
|
|
-
|
284
|
|
-
|
285
|
|
-
|
286
|
|
-
|
287
|
|
-
|
288
|
|
-
|
289
|
|
-
|
290
|
|
-
|
291
|
|
-
|
292
|
|
-
|
293
|
|
-
|
294
|
|
-
|
295
|
|
-
|
296
|
|
-
|
297
|
|
-
|
298
|
|
-
|
299
|
|
-
|
300
|
|
-
|
301
|
|
-
|
302
|
|
-
|
303
|
|
-
|
304
|
|
-
|
305
|
|
-
|
306
|
|
-
|
307
|
|
-
|
308
|
|
->>>>>>> .theirs
|
309
|
214
|
path: '/patients',
|
310
|
215
|
component: Layout,
|
311
|
216
|
redirect: 'noredirect',
|