配置不同命令,连接不同环境

This commit is contained in:
BOOL\25024
2025-03-06 15:21:33 +08:00
parent d8c692ed28
commit 578c6beaaa
5 changed files with 12 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
# 页面标题
VUE_APP_TITLE = 万车充运营管理平台
# 生产环境配置
# 正式环境配置
ENV = 'production'
# 万车充运营管理平台/生产环境
VUE_APP_BASE_API = '/prod-api'
# 万车充运营管理平台/正式环境
VUE_APP_BASE_API = 'https://api.jsowellcloud.com'