From 2e61c194b816364fe4fbab967fee13dbefe86216 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 30 九月 2024 16:35:47 +0800 Subject: [PATCH] - --- src/common/setting/constVarsHelper.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/common/setting/constVarsHelper.js b/src/common/setting/constVarsHelper.js index 09ee818..d2b7bb5 100644 --- a/src/common/setting/constVarsHelper.js +++ b/src/common/setting/constVarsHelper.js @@ -4,7 +4,7 @@ */ //鎺ュ彛璇锋眰鍦板潃锛屽鏋滈渶瑕佷笉閮ㄧ讲鎺ュ彛绔殑鎯呭喌涓嬫祴璇晆ni-app锛屽彲浠ョ洿鎺ユ浛鎹负瀹樻柟娴嬭瘯鎺ュ彛锛歨ttps://yocaisim.51zhengcai.com http://192.168.0.9:5000/' -export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.0.9:5000/':'https://yocaisim.51zhengcai.com'; +export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'https://yocaisim.51zhengcai.com':'https://yocaisim.51zhengcai.com'; //椤圭洰闈欐�佽祫婧愯姹傚湴鍧�锛屽鏋滀娇鐢ㄥ畼鏂圭殑闈欐�佹枃浠跺湴鍧�鍙互鐩存帴鏇挎崲涓猴細https://yocaisim.51zhengcai.com' http://192.168.0.36:2015 export const apiFilesUrl = 'https://yocaisim.51zhengcai.com'; -- Gitblit v1.9.1