We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abe387 commit c5fd6d7Copy full SHA for c5fd6d7
vue/src/store/modules/app.js
@@ -8,7 +8,7 @@ const app = {
8
cachePage: [],
9
lang: '',
10
isFullScreen: false,
11
- openedSubmenuArr: [], // 要展开的菜单数组
+ openedSubmenuArr: ['administration'], // 要展开的菜单数组
12
menuTheme: 'dark', // 主题
13
themeColor: '',
14
initSignalR:false,
0 commit comments