|
@@ -224,23 +224,23 @@ export const constantRoutes = [
|
|
|
// name: 'IndexOld',
|
|
|
// meta: { title: '首页1', icon: 'dashboard', affix: true }
|
|
|
// },
|
|
|
- {
|
|
|
- path: '/asEditor',
|
|
|
- component: Layout,
|
|
|
- redirect: '/home',
|
|
|
- component: () => import('../views/asEditor/layout'),
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/home',
|
|
|
- name: 'home',
|
|
|
- component: () => import('../views/asEditor/layout/home/index.vue'),
|
|
|
- },
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/H5',
|
|
|
- component: () => import('../views/asEditor/layout/home/home.vue'),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/asEditor',
|
|
|
+ // component: Layout,
|
|
|
+ // redirect: '/home',
|
|
|
+ // component: () => import('../views/asEditor/layout'),
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: '/home',
|
|
|
+ // name: 'home',
|
|
|
+ // component: () => import('../views/asEditor/layout/home/index.vue'),
|
|
|
+ // },
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/H5',
|
|
|
+ // component: () => import('../views/asEditor/layout/home/home.vue'),
|
|
|
+ // },
|
|
|
]
|
|
|
},
|
|
|
{
|