fix(mini-program): 开发环境配置改回 IP 地址访问
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# 开发环境配置(本地开发调试)
|
# 开发环境配置(本地开发调试)
|
||||||
VITE_APP_ENV=dev
|
VITE_APP_ENV=dev
|
||||||
VITE_API_BASE_URL=https://lifescript.happylifeos.com/api
|
VITE_API_BASE_URL=http://101.200.208.45:19089/api
|
||||||
VITE_WS_URL=wss://lifescript.happylifeos.com/ws
|
VITE_WS_URL=ws://101.200.208.45:19089
|
||||||
VITE_DEBUG=true
|
VITE_DEBUG=true
|
||||||
|
|||||||
Reference in New Issue
Block a user