feat: 添加部署脚本、Maven Wrapper 和 mom-frontend-vue2 项目

- deploy/: 后端、ERP前端、MOM前端部署脚本
- mom-backend: Maven Wrapper 支持无全局 Maven 构建
- mom-frontend-vue2: MES 管理前端 Vue2 项目

Made-with: Cursor
This commit is contained in:
panchengyong
2026-03-14 09:02:20 +08:00
parent c317f836a3
commit 951f49cb17
1068 changed files with 277081 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# 页面标题
VUE_APP_TITLE = MES-软件
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 报表系统/开发环境
VUE_APP_REPORT = 'http://192.168.8.66:8080'