From 4b765b63f3980f9b0bf6a1176e1f9188122aa3c1 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:01:10 +0800 Subject: [PATCH] 1 --- config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index ae5879e..a160efc 100644 --- a/config/index.js +++ b/config/index.js @@ -1,4 +1,4 @@ -const env = 'dev'; +const env = 'test'; const configs = { dev: { apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend', @@ -6,7 +6,7 @@ const configs = { }, test: { apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend', - h5Url:'http://172.16.100.93:8041/#/' + h5Url:'http://114.218.158.24:9051/#/' }, prod: { apiBaseUrl: 'https://oa-a.szjixun.cn/api',