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.
@@ -35,7 +35,6 @@
35
35
  },
36
36
  methods: {
37
37
  push(route){
38
- console.log(route)
39
38
  if(route.meta.type == 'iframe'){
40
39
  if(this.ismobile || !this.layoutTags){
41
40
  this.$store.commit("setIframeList", route)
@@ -367,7 +367,7 @@ export default {
367
367
  this.$store.state.global.menuIsCollapse = !!isMenuIsCollapse
368
368
 
369
369
  // 标志当前应用
370
- this.$tool.data.set("MENUCOMBINEDNMAE", this.$config.APP_NAME);
370
+ this.$tool.data.set("CURRENTNMAE", this.$config.APP_NAME);
371
371
  },
372
372
  async created() {
373
373
  this.onLayoutResize();