From 6bac509f8e6efc205d9f37a84c9b019ec828467a Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 07 五月 2025 14:22:26 +0800 Subject: [PATCH] feat: 接口 --- src/router/index.ts | 56 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index de0e5d3..627583d 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -223,34 +223,34 @@ }, ], }, - { - path: '/Syatem', - redirect: 'noRedirect', - component: Layout, - hidden: false, - alwaysShow: true, - meta: { - rank: 10030, - title: '绯荤粺閰嶇疆', - rootMenu: true, - icon: 'home', - }, - children: [ - { - path: '/Account', - name: 'Account', - hidden: false, - alwaysShow: true, - component: () => import('@/views/Account/AccountManageList.vue'), - meta: { - rank: 10031, - title: '璐﹀彿绠$悊', - // rootMenu: true, - icon: 'home', - }, - }, - ], - }, + // { + // path: '/Syatem', + // redirect: 'noRedirect', + // component: Layout, + // hidden: true, + // alwaysShow: false, + // meta: { + // rank: 10030, + // title: '绯荤粺閰嶇疆', + // rootMenu: true, + // icon: 'home', + // }, + // children: [ + // { + // path: '/Account', + // name: 'Account', + // hidden: true, + // alwaysShow: true, + // component: () => import('@/views/Account/AccountManageList.vue'), + // meta: { + // rank: 10031, + // title: '璐﹀彿绠$悊', + // // rootMenu: true, + // icon: 'home', + // }, + // }, + // ], + // }, { path: '/Login', -- Gitblit v1.9.1