From 7dc43b6d0d3013e370ef0a48c5070118f4850a26 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Thu, 21 Aug 2025 09:38:45 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/request.js | 3 ++- manifest.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api/request.js b/api/request.js index 61bfc54..59299e8 100644 --- a/api/request.js +++ b/api/request.js @@ -20,7 +20,8 @@ // export const BASE_URL = "http://jxj.zhgdyun.com:18004" // 包头线上地址 // export const BASE_URL = "http://219.147.96.219:9809" // 包头线上地址(正式) -export const BASE_URL = process.env.NODE_ENV === 'development' ? "http://192.168.34.221:9111" : "http://219.147.96.219:9809" // 包头线上地址(正式) +// export const BASE_URL = process.env.NODE_ENV === 'development' ? "http://192.168.34.221:9111" : "http://219.147.96.219:9809" // 包头线上地址(正式) +export const BASE_URL = process.env.NODE_ENV === 'development' ? "http://101.43.164.214:11000" : "http://192.168.3.9:39809" // 包头线上地址(内网) //是否已显示未登录弹窗 let showNoLoginTip = false diff --git a/manifest.json b/manifest.json index c48582d..77f67c6 100644 --- a/manifest.json +++ b/manifest.json @@ -142,7 +142,8 @@ } }, "router" : { - "mode" : "history" + "mode" : "hash", + "base" : "/wflowApp/" }, "title" : "wflow-pro工作流" }