From 6afdec0062dacbded57e166230eb22cc55ced0c1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 08 五月 2021 14:30:21 +0800 Subject: [PATCH] 2021-05-08 --- src/components/header/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/header/index.jsx b/src/components/header/index.jsx index 0444ef1..075ba1e 100644 --- a/src/components/header/index.jsx +++ b/src/components/header/index.jsx @@ -143,7 +143,7 @@ edition_type: 'A', pro_sys: window.GLOB.systemType === 'production' ? 'Y' : '' }).then(result => { - let _permAction = {} // 鎸夐挳鏉冮檺 + let _permAction = {loaded: true} // 鎸夐挳鏉冮檺 if (result && result.status) { if (result.UserRoles_Menu) { @@ -214,7 +214,7 @@ this.props.modifyMenuTree(menulist) this.props.modifyMainMenu(mainMenu) - this.props.initMenuPermission(thdMenuList) + this.props.initMenuPermission([...thdMenuList, {MenuID: 'home_page_id', EasyCode: '', MenuName: 'home', type: 'CustomPage'}]) resolve(_menu) }) -- Gitblit v1.8.0