closeerror_tip:true 关闭全局异常拦截提示

  //#region 生成下载的配置和模板
      if(that.used.isTemplateDown){
        let bodyT=that.used.currentBody;
        if (bodyT.setting && bodyT.setting.isTemplateDown) {
          doTemplateDown(
            {
              templateRootDir: bodyT.setting.templateRootDir,
              templatePostMan: bodyT.setting.templatePostMan,
            },
            {...that.used.currentQueryO,...{_close_error_tip:true}}
          ).then((res) => {
            if (res.data.success) {
              that.used.downurls = res.data.downurls;
            }
          });
        }
      }
//#endregion 生成下载的配置和模板
文档更新时间: 2024-06-30 07:18   作者:admin