king
2021-08-26 e9c48bd7356462ba9257540b130a47a65ad1861d
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 = ''