You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
325 B
Plaintext

2 years ago
NODE_ENV = development
2 years ago
# 正式服务器
VUE_APP_BASE_API =http://221.2.83.254:9001/api
VUE_APP_BASE_IMG_URL =http://221.2.83.254:9001
2 years ago
VUE_APP_WEBSOCKET_URL = ws://221.2.83.254:9002/ws
2 years ago
# 测试服务区
2 years ago
#VUE_APP_BASE_API = http://123.132.248.154:9224/api
#VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224
2 years ago