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

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/pro-layout",
3
- "version": "1.0.0-beta.442",
3
+ "version": "1.0.0-beta.444",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -10,7 +10,7 @@
10
10
  "registry": "https://registry.npmjs.org/"
11
11
  },
12
12
  "devDependencies": {
13
- "@lambo-design/core": "^4.7.1-beta.176",
13
+ "@lambo-design/core": "^4.7.1-beta.177",
14
14
  "@lambo-design/shared": "^1.0.0-beta.358"
15
15
  },
16
16
  "scripts": {
@@ -55,7 +55,7 @@ export default {
55
55
  let menuItem = {
56
56
  meta: {
57
57
  appId: "home",
58
- title: this.t('config.home')
58
+ title: this.tooltipContent
59
59
  },
60
60
  type: 2,
61
61
  name: this.t('pro-layout.header.document'),
package/src/index.vue CHANGED
@@ -355,6 +355,10 @@ export default {
355
355
  this.isHideLeftMenu=true
356
356
  }
357
357
 
358
+ if (appId === this.appId) {
359
+ return;
360
+ }
361
+
358
362
  this.appId = appId;
359
363
  this.$emit('change-app',{appId,appInfo})
360
364
  },