king
2021-08-02 27a03ffac131c044ac347b6236856bff2ee1e51f
src/tabviews/treepage/index.jsx
@@ -56,7 +56,7 @@
   * @description 获取页面配置信息
   */
  async loadconfig () {
    const { permAction, param } = this.props
    const { permAction, param, MenuName } = this.props
    let _param = {
      func: 'sPC_Get_LongParam',
@@ -71,7 +71,8 @@
      try { // 配置信息解析
        config = JSON.parse(window.decodeURIComponent(window.atob(result.LongParam)))
        config.MenuID = this.props.MenuID
        config.MenuName = this.props.MenuName
        config.MenuName = MenuName
        config.setting.$name = MenuName
      } catch (e) {
        console.warn('Parse Failure')
        config = ''