king
2022-09-06 fa381753ef2a2b25b1c0722549ac17e333da79be
src/templates/zshare/createinterface/index.jsx
@@ -262,7 +262,7 @@
    new Promise(resolve => {
      // 获取云端存储过程信息
      Api.getLocalConfig(param).then(result => {
      Api.genericInterface(param).then(result => {
        if (!result.status) {
          notification.warning({
            top: 92,
@@ -558,7 +558,7 @@
      _mainParam = fromJS(param).toJS()
      return Api.getLocalConfig(param)
      return Api.genericInterface(param)
    }).then(res => {
      if (res === false) return res