Browse Source

2022年5月7日22:51:13

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

+ 1
- 1
src/router/index.ts View File

@@ -30,7 +30,7 @@ const routes: RouteRecordRaw[] = [
},
},{
path: '/views/dengmingcong/index',
name: 'demo',
name: 'home1',
meta: { title: '菜单模块', isAuth: true }, //用户自定内容
components: {
key: () => import('@/views/dengmingcong/index.vue'),

Loading…
Cancel
Save