diff --git a/src/router/routes.static.ts b/src/router/routes.static.ts index 61b3746..b24e076 100644 --- a/src/router/routes.static.ts +++ b/src/router/routes.static.ts @@ -4,21 +4,21 @@ export const staticRoutes: AppRoute.RowRoute[] = [ path: '/dashboard/monitor', title: '仪表盘', requiresAuth: true, - icon: 'icon-park-outline:anchor', + icon: 'icon-park-outline:dashboard-one', menuType: '2', componentPath: '/dashboard/monitor/index', id: 3, pid: null, }, - { - name: 'personal-center', - path: '/personal-center', - title: '个人中心', - requiresAuth: true, - icon: 'icon-park-outline:user', - menuType: '2', - componentPath: '/personal-center/index', - id: 4, - pid: null, - }, + // { + // name: 'personal-center', + // path: '/personal-center', + // title: '个人中心', + // requiresAuth: true, + // icon: 'icon-park-outline:id-card-h', + // menuType: '2', + // componentPath: '/personal-center/index', + // id: 4, + // pid: null, + // }, ]