|
@@ -159,11 +159,11 @@ export const constantRoutes = [
|
|
|
path: '/401',
|
|
|
component: () => import('@/views/error/401'),
|
|
|
hidden: true
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/bjzshz',
|
|
|
- component: () => import('@/views/fusion/bjzshz'),
|
|
|
- hidden: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/bjzshz',
|
|
|
+ component: () => import('@/views/fusion/bjzshz'),
|
|
|
+ hidden: true
|
|
|
},
|
|
|
|
|
|
{
|
|
@@ -179,19 +179,19 @@ export const constantRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/',
|
|
|
- component: Layout,
|
|
|
- redirect: 'weather',
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'weather',
|
|
|
- component: () => import('@/views/fusion/index'),
|
|
|
- name: 'weather',
|
|
|
- meta: {title: '首页', icon: 'dashboard', affix: true}
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/',
|
|
|
+ // component: Layout,
|
|
|
+ // redirect: 'weather',
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'weather',
|
|
|
+ // component: () => import('@/views/fusion/index'),
|
|
|
+ // name: 'weather',
|
|
|
+ // meta: {title: '首页', icon: 'dashboard', affix: true}
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/user',
|
|
|
component: Layout,
|