9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
|
# 生产环境配置
|
||
|
ENV = 'production'
|
||
|
|
||
|
# 生产环境
|
||
|
VUE_APP_BASE_API = '/prod-api'
|
||
|
|
||
|
# 后端地址+端口
|
||
|
VUE_APP_BACK = 'http://phy0412.top:8862/prod-api'
|