feat(hrm): 新增人力资源管理系统功能模块

新增请假、外出、报餐等HRM功能模块及相关组件
添加审批流程管理及待办事项功能
扩展用户信息存储nickName字段
优化部门选择组件及代理配置
This commit is contained in:
砂糖
2026-01-20 18:05:09 +08:00
parent 5432f0c3eb
commit fd942a638e
14 changed files with 1346 additions and 30 deletions

View File

@@ -47,10 +47,10 @@ module.exports = {
},
// 直接代理Zinc1相关路径
'/zinc-api': {
target: `http://140.143.206.120:18082/prod-api`,
target: `http://140.143.206.120:18081`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
['^' + '/zinc-api']: '/api'
}
},
// 直接代理WebSocket相关路径