chore: 保存小程序配置修改(合并分支前)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 开发环境配置(本地开发调试)
|
||||
VITE_APP_ENV=dev
|
||||
VITE_API_BASE_URL=https://lifescript.happylifeos.com/api
|
||||
VITE_WS_URL=wss://lifescript.happylifeos.com/ws
|
||||
VITE_API_BASE_URL=http://101.200.208.45:19089/api
|
||||
VITE_WS_URL=ws://101.200.208.45:19089
|
||||
VITE_DEBUG=true
|
||||
|
||||
@@ -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