@lambo-design/pro-layout 1.0.0-beta.469 → 1.0.0-beta.470

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 +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/pro-layout",
3
- "version": "1.0.0-beta.469",
3
+ "version": "1.0.0-beta.470",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
package/src/index.vue CHANGED
@@ -350,6 +350,8 @@ export default {
350
350
  // 优先使用 appConfig最后使用默认值
351
351
  if (appConfig && appConfig.hasOwnProperty("is_hide_left_menu")){
352
352
  this.isShowLeftMenu = appConfig.is_hide_left_menu != '1'
353
+ } else if (appId == 'backHome'){
354
+ this.isShowLeftMenu = false
353
355
  } else {
354
356
  this.isShowLeftMenu = true
355
357
  }