mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-07 15:38:10 +08:00
配置不同命令,连接不同环境
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 万车充运营管理平台
|
||||
|
||||
# 生产环境配置
|
||||
# 正式环境配置
|
||||
ENV = 'production'
|
||||
|
||||
# 万车充运营管理平台/生产环境
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
# 万车充运营管理平台/正式环境
|
||||
VUE_APP_BASE_API = 'https://api.jsowellcloud.com'
|
||||
|
||||
Reference in New Issue
Block a user