From ad852ff092c693c2b05f01e6f56e3b0d8ad451e2 Mon Sep 17 00:00:00 2001 From: yuntian001 <479820787@qq.com> Date: Wed, 28 Sep 2022 13:09:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=E8=8F=9C=E5=8D=95=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E9=BB=98=E8=AE=A4=E5=80=BC=E6=94=B9=E4=B8=BA=E9=9D=99?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.ts b/src/config/index.ts index 58680142..cccd43fa 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -6,6 +6,6 @@ const settingKey = 'me-config'; const settingConfig = { version: '1.0.3', //版本当版本改变时会清空localStorage和sessionStorage openKeepAlive: true, // 是否开启KeepAlive缓存 - menuMode: MenuModeEnum.API, // 菜单模式 + menuMode: MenuModeEnum.STATIC, // 菜单模式 }; export { loginConfig, localeConfig, themeConfig, settingKey, settingConfig };