This commit is contained in:
xingyy 2024-07-08 15:33:17 +08:00
parent 00ff06e4d6
commit c694c9efc3

View File

@ -1,5 +1,5 @@
const env = 'dev';
const configs = {
const env = 'prod';
const configs = {
LocalTest: {
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
h5Url:'http://192.168.88.53:8080/#/'
@ -13,8 +13,8 @@ const configs = {
h5Url:'http://114.218.158.24:8042/#/'
},
prod: {
apiBaseUrl: 'https://oa-a.szjixun.cn/api',
h5Url:'https://oa-a.szjixun.cn/#/'
apiBaseUrl: 'https://oa-b.szjixun.cn/api',
h5Url:'https://oa-b.szjixun.cn/#/'
},
};