浏览代码

2022年5月7日22:51:13

master
wq 3 年前
父节点
当前提交
f64eaa2f3a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/router/index.ts

+ 1
- 1
src/router/index.ts 查看文件

@@ -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'),

正在加载...
取消
保存