lw-cdp-ui 1.2.63 → 1.2.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -367,7 +367,7 @@ export default {
|
|
|
367
367
|
this.$store.state.global.menuIsCollapse = !!isMenuIsCollapse
|
|
368
368
|
|
|
369
369
|
// 标志当前应用
|
|
370
|
-
this.$tool.data.set("
|
|
370
|
+
this.$tool.data.set("CURRENTNMAE", this.$config.APP_NAME);
|
|
371
371
|
},
|
|
372
372
|
async created() {
|
|
373
373
|
this.onLayoutResize();
|