|
|
|
@ -1,13 +1,8 @@
|
|
|
|
|
import Layout from '@/page/index/layout.vue'; |
|
|
|
|
import Layout from '@/page/index/index.vue'; |
|
|
|
|
import Store from '@/store/'; |
|
|
|
|
|
|
|
|
|
export default [ |
|
|
|
|
{ |
|
|
|
|
path: '/', |
|
|
|
|
component: () => |
|
|
|
|
Store.getters.isMacOs ? import('@/mac/index.vue') : import('@/page/index/index.vue'), |
|
|
|
|
redirect: '/wel', |
|
|
|
|
children: [ |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
path: '/wel', |
|
|
|
|
component: Layout, |
|
|
|
@ -1371,8 +1366,6 @@ export default [
|
|
|
|
|
|
|
|
|
|
// ],
|
|
|
|
|
// }
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]; |
|
|
|
|