2
schangxiang@126.com
2024-04-24 6f274c59cb27a0946fe6200ad4eeca4bf28bd3b7
1
2
3
4
5
6
7
8
9
10
NODE_ENV=development
VUE_APP_PREVIEW=true
 
#本机环境
VUE_APP_API_BASE_URL=http://localhost:8090
VUE_APP_SOCKET_BASE_URL=ws://localhost:8090
 
#166环境
# VUE_APP_API_BASE_URL=http://10.10.40.166:5556
# VUE_APP_SOCKET_BASE_URL=ws://10.10.40.166:5556