配置打包

This commit is contained in:
BOOL\25024
2025-03-06 16:12:46 +08:00
parent 578c6beaaa
commit 49a7f93851
4 changed files with 24 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
# 页面标题
VUE_APP_TITLE = 万车充运营管理平台
# 开发环境配置
ENV = 'exploitation'
# 万车充运营管理平台/开发环境
VUE_APP_BASE_API = 'http://localhost:8080'
# 开发环境配置
NODE_ENV = production
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true