This commit is contained in:
1154079537 2024-04-29 14:41:19 +08:00
parent 7ef94beda1
commit 58728db898
3 changed files with 8 additions and 3 deletions

View File

@ -59,7 +59,7 @@
"jszip": "3.2.1",
"moment": "^2.29.1",
"monaco-editor": "^0.19.3",
"node-sass": "^4.13.1",
"node-sass": "^4.14.1",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",

View File

@ -367,6 +367,8 @@ export default {
},
mounted() {
this.initLayoutConfig();
this.onSetLayout("defaults");
},
methods: {
//

View File

@ -154,6 +154,9 @@ export default {
if (Local.get("themeConfigPrev")) {
this.initI18n();
this.initComponentSize();
}
getBaseInfo()
.then(res => {