1
This commit is contained in:
parent
00ff06e4d6
commit
c694c9efc3
@ -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/#/'
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user