From d8ec93536ba8695e38ed63c2bdea3e6ad9dacf0e Mon Sep 17 00:00:00 2001 From: fangyunong Date: Sun, 6 Jul 2025 20:56:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=9C=80=E6=B1=82=E4=B8=8B=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- src/views/system/dict/index.vue | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 5062e49..14a6efa 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -13,7 +13,7 @@ import Dict from '@/views/system/dict/index.vue'; //用户字典 import GlobalSys from '@/views/system/globalSys/index.vue'; //全局参数 import { getToken } from "@/utils/auth"; -const whiteList = ["/callback"]; +const whiteList = ["/callback",'/layout/dict','/layout/globalSys']; const routes: Array = [ { diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 17f276a..a629b9c 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -1,19 +1,24 @@ - \ No newline at end of file + \ No newline at end of file