@lambo-design/pro-layout 1.0.0-beta.444 → 1.0.0-beta.445

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.vue +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/pro-layout",
3
- "version": "1.0.0-beta.444",
3
+ "version": "1.0.0-beta.445",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
package/src/index.vue CHANGED
@@ -355,10 +355,6 @@ export default {
355
355
  this.isHideLeftMenu=true
356
356
  }
357
357
 
358
- if (appId === this.appId) {
359
- return;
360
- }
361
-
362
358
  this.appId = appId;
363
359
  this.$emit('change-app',{appId,appInfo})
364
360
  },