mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
配置不同命令,连接不同环境
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 万车充运营管理平台
|
||||
|
||||
# 开发环境配置
|
||||
# pre环境配置
|
||||
ENV = 'development'
|
||||
|
||||
# 万车充运营管理平台/开发环境
|
||||
VUE_APP_BASE_API = '/dev-api'
|
||||
# 万车充运营管理平台/pre环境
|
||||
VUE_APP_BASE_API = 'https://apitest.jsowellcloud.com'
|
||||
|
||||
# 路由懒加载
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
|
||||
Reference in New Issue
Block a user