From de6b8c2b87f068e2b7ee0e6d28cb9bf376324884 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 25 十一月 2024 10:09:55 +0800 Subject: [PATCH] 模型、部署管理bug修改,新增环境变量:flowable对应的后端地址 --- .env.production | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.env.production b/.env.production index 0a50ac3..8332f47 100644 --- a/.env.production +++ b/.env.production @@ -9,3 +9,6 @@ # 寮�鎵撴柊鐨則ab鐨剈rl鍓嶇紑 VUE_APP_TAB_URL_PREFIX = http://127.0.0.1:9999 + +# flowable璁捐椤甸潰鍓嶇紑 +VUE_APP_FLOWABLE_PREFIX = http://127.0.0.1:10076 -- Gitblit v1.8.0