|
@@ -11,15 +11,15 @@ export default {
|
11
|
11
|
icon: 'touxi'
|
12
|
12
|
},
|
13
|
13
|
children: [
|
14
|
|
- {
|
15
|
|
- path: '/dialysis/home',
|
16
|
|
- component: () => import('@/xt_pages/home/index'),
|
17
|
|
- name: 'home',
|
18
|
|
- meta: {
|
19
|
|
- title: 'home',
|
20
|
|
- noCache: true
|
21
|
|
- }
|
22
|
|
- },
|
|
14
|
+ // {
|
|
15
|
+ // path: '/dialysis/home',
|
|
16
|
+ // component: () => import('@/xt_pages/home/index'),
|
|
17
|
+ // name: 'home',
|
|
18
|
+ // meta: {
|
|
19
|
+ // title: 'home',
|
|
20
|
+ // noCache: true
|
|
21
|
+ // }
|
|
22
|
+ // },
|
23
|
23
|
{
|
24
|
24
|
path: '/dialysis/watch',
|
25
|
25
|
component: () => import('@/xt_pages/dialysis/bloodPresssWatch'),
|