From 9259c2235e31708f954a3578bde3c6a7ab9753e8 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期一, 30 十二月 2024 15:51:40 +0800 Subject: [PATCH] 1、工作流相关组件更新 2、偶尔出现退出登录时路由报错的bug导致无法回到登录页面 3、全局配置文件修改,移除VITE_UPLOAD_URL配置等 --- src/components/FormCreate/src/components/useApiSelect.tsx | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/FormCreate/src/components/useApiSelect.tsx b/src/components/FormCreate/src/components/useApiSelect.tsx index 8765036..8ff95fb 100644 --- a/src/components/FormCreate/src/components/useApiSelect.tsx +++ b/src/components/FormCreate/src/components/useApiSelect.tsx @@ -104,9 +104,9 @@ parseOptions0(data) return } - // 情况三:不是 iailab-plat 标准返回 + // 情况三:不是 yudao-vue-pro 标准返回 console.warn( - `接口[${props.url}] 返回结果不是 iailab-plat 标准返回建议采用自定义解析函数处理` + `接口[${props.url}] 返回结果不是 yudao-vue-pro 标准返回建议采用自定义解析函数处理` ) } @@ -185,7 +185,6 @@ </el-select> ) } - debugger return ( <el-select class="w-1/1" -- Gitblit v1.9.3