Browse Source

2022年5月7日22:51:13

master
wq 3 years ago
parent
commit
e1e5c76b36
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      src/router/index.ts

+ 0
- 8
src/router/index.ts View File

@@ -21,14 +21,6 @@ const routes: RouteRecordRaw[] = [
key: () => import('@/views/system/home/Home.vue'),
},
},
{
path: '/views/home1',
name: 'home1',
meta: { title: '首页1', isAuth: true }, //用户自定内容
components: {
key: () => import('@/views/home1/index.vue'),
},
},
{
path: '/views/system/menu',
name: 'menu',

Loading…
Cancel
Save