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:
12
mom-frontend-vue2/.env.development
Normal file
12
mom-frontend-vue2/.env.development
Normal file
@@ -0,0 +1,12 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = MES-软件开发记录
|
||||
|
||||
# 开发环境配置
|
||||
ENV = 'development'
|
||||
|
||||
# 若依管理系统/开发环境
|
||||
# 代理至 vue.config.js 中配置的 /dev-api -> http://localhost:8090
|
||||
VUE_APP_BASE_API = '/dev-api'
|
||||
|
||||
# 报表系统/开发环境
|
||||
VUE_APP_REPORT = 'http://localhost:8090'
|
||||
Reference in New Issue
Block a user