king
2022-04-21 60dee3dc4dc6869231d6adb0c94c47e36114ca91
src/views/pcdesign/index.jsx
@@ -246,7 +246,7 @@
        return
      }
      let homeId = MenuID || ''
      let homeId = ''
      let appViewList = []
      if (res.data && res.data.length > 0) {
        appViewList = res.data
@@ -258,7 +258,7 @@
      }
      if (!homeId) {
        homeId = Utils.getuuid()
        homeId = MenuID || Utils.getuuid()
        let param = {
          func: 's_kei_link_keyids_addupt',
@@ -297,7 +297,7 @@
        })
      } else {
        sessionStorage.setItem('appViewList', JSON.stringify(appViewList))
        this.props.history.replace('/pcdesign/' + window.btoa(window.encodeURIComponent(JSON.stringify({MenuID: homeId, type: 'view'}))))
        this.props.history.replace('/pcdesign/' + window.btoa(window.encodeURIComponent(JSON.stringify({MenuID: MenuID || homeId, type: 'view'}))))
      }
    })
  }