chore: 保存小程序配置修改(合并分支前)
This commit is contained in:
@@ -21,13 +21,13 @@ const envConfig = {
|
||||
DEBUG: true
|
||||
},
|
||||
[ENV_TYPE.TEST]: {
|
||||
API_BASE_URL: 'http://101.200.208.45:19089/api',
|
||||
WS_URL: 'ws://101.200.208.45:19089',
|
||||
API_BASE_URL: 'https://lifescript.happylifeos.com/api',
|
||||
WS_URL: 'wss://lifescript.happylifeos.com/ws',
|
||||
DEBUG: true
|
||||
},
|
||||
[ENV_TYPE.PROD]: {
|
||||
API_BASE_URL: 'http://101.200.208.45:19089/api',
|
||||
WS_URL: 'ws://101.200.208.45:19089',
|
||||
API_BASE_URL: 'https://lifescript.happylifeos.com/api',
|
||||
WS_URL: 'wss://lifescript.happylifeos.com/ws',
|
||||
DEBUG: false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user