|
@@ -70,7 +70,7 @@ export const constantRoutes = [
|
|
path: 'index',
|
|
path: 'index',
|
|
component: () => import('@/views/index'),
|
|
component: () => import('@/views/index'),
|
|
name: 'Index',
|
|
name: 'Index',
|
|
- meta: { title: '首页', icon: 'dashboard', affix: true }
|
|
|
|
|
|
+ meta: { title: '首页', icon: 'dashboard', affix: true, keepAlive: false }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|