Fei_Xian_Lin_Ye_Fang_Huo/.env.dev

11 lines
270 B
Plaintext
Raw Normal View History

2023-08-18 08:55:52 +08:00
NODE_ENV = development
2023-08-26 10:28:32 +08:00
# 正式服务器
VUE_APP_BASE_API =http://221.2.83.254:9001/api
VUE_APP_BASE_IMG_URL =http://221.2.83.254:9001
2023-08-26 10:28:32 +08:00
# 测试服务区
2023-08-26 20:23:22 +08:00
#VUE_APP_BASE_API = http://123.132.248.154:9224/api
#VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224
2023-08-18 08:55:52 +08:00