Skip to content

Commit

Permalink
chore: 将菜单模式默认值改为静态
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Sep 28, 2022
1 parent d079cb3 commit ad852ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

0 comments on commit ad852ff

Please sign in to comment.