@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.
- package/package.json +1 -1
- package/src/index.vue +2 -0
package/package.json
CHANGED
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
|
}
|