修改打包配置

This commit is contained in:
砂糖
2025-08-07 16:14:39 +08:00
parent 9ba0400b57
commit df31963334
45 changed files with 68 additions and 37 deletions

12
.env.production2 Normal file
View File

@@ -0,0 +1,12 @@
# 页面标题
VUE_APP_TITLE = 丽水同创二辊轧机
# 生产环境配置
ENV = 'production'
# 丽水同创二级系统/生产环境
VUE_APP_BASE_API = '/prod-api'
PROXY_TARGTE = 'http://localhost:8081'
OUTDIR = 'dist'