From 77d8f6ccb72cb64c29e77c39fcc8298781d008bb Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 02 一月 2025 15:22:22 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/funingyunwei --- h5/utils/config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/h5/utils/config.js b/h5/utils/config.js index 450773b..49ff135 100644 --- a/h5/utils/config.js +++ b/h5/utils/config.js @@ -1,6 +1,6 @@ - // export const baseUrl = 'gateway_interface/' + export const baseUrl = 'gateway_interface/' // export const baseUrl = 'http://192.168.0.173/gateway_interface/' -export const baseUrl = 'https://zhcg.fnwtzx.com/gateway_interface/' +// export const baseUrl = 'https://zhcg.fnwtzx.com/gateway_interface/' export const uploadAvatar = `${baseUrl}visitsAdmin/cloudService/web/public/uploadFtp.do` export const uploadUrl = `${baseUrl}visitsAdmin/cloudService/public/uploadBatch` -- Gitblit v1.9.3