瀏覽代碼

2022年5月7日22:51:13

master
wq 3 年之前
父節點
當前提交
e1e5c76b36
共有 1 個檔案被更改,包括 0 行新增8 行删除
  1. 0
    8
      src/router/index.ts

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

@@ -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…
取消
儲存