From 0fec84ebbe0caa2e72524043a2dc08fa51fbe3e8 Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Fri, 15 Sep 2023 13:08:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E6=9D=83=E9=99=90=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/routes.ts b/src/router/routes.ts index 5a335df..88379cb 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -80,7 +80,7 @@ export const asyncRoutes: RouteRecordRaw[] = [ name: 'dataManage', component: () => import('layouts/MainLayout.vue'), meta: { - roles: [admin, user], + roles: [admin], label: '数据管理', icon: 'list_alt', },