king
2022-09-19 46059e342d70b51bd9775f30feb5f29304bda6ac
2022-09-19
2个文件已修改
16 ■■■■■ 已修改文件
src/api/index.js 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/normalbutton/index.jsx 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/index.js
@@ -564,7 +564,11 @@
      param.userid = sessionStorage.getItem('CloudUserID') || ''
      param.LoginUID = sessionStorage.getItem('CloudLoginUID') || ''
    } else if (window.GLOB.mainSystemApi) {
      if (!window.GLOB.transfer) {
      url = window.GLOB.mainSystemApi
      } else {
        param.rduri = window.GLOB.mainSystemApi
      }
    }
    param = this.encryptParam(param)
@@ -594,7 +598,11 @@
        param.LoginUID = sessionStorage.getItem('CloudLoginUID') || ''
      }
    } else if (window.GLOB.mainSystemApi) {
      if (!window.GLOB.transfer) {
      url = window.GLOB.mainSystemApi
      } else {
        param.rduri = window.GLOB.mainSystemApi
      }
    }
    let _param = JSON.parse(JSON.stringify(param)) // 缓存校验,去除时间和加密字符
@@ -742,7 +750,7 @@
    param.appkey = window.GLOB.appkey || ''
    let url = '/webapi/dostars'
    if (param.rduri) {
    if (param.rduri && !window.GLOB.transfer) {
      url = param.rduri
      delete param.rduri
    }
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -2021,6 +2021,12 @@
                  })
                }
              })
            } else if (re.errcode !== 0 && re.errmsg) {
              notification.warning({
                top: 92,
                message: re.errmsg,
                duration: 5
              })
            }
          })
        })