feat(frontend): 添加部门管理和系统配置页面

- 添加 department.ts 部门管理服务
- 添加 DepartmentManagementView.vue 部门管理页面
- 添加 SystemConfigView.vue 系统配置页面
- 更新路由配置添加新页面
- 更新 App.vue 添加系统菜单入口
- 前端编译验证通过
This commit is contained in:
Your Name
2026-03-05 10:16:40 +08:00
parent e08192b69b
commit ce258c35db
8 changed files with 648 additions and 145 deletions

View File

@@ -22,7 +22,9 @@
"Bash(npm run build 2>&1 | head -40)",
"Bash(npm run build 2>&1 | head -50)",
"Bash(cd /home/long/project/蚊子/frontend/admin && npm run build 2>&1 | tail -20)",
"Bash(npm run build 2>&1 | tail -15)"
"Bash(npm run build 2>&1 | tail -15)",
"Bash(cd /home/long/project/蚊子/frontend/admin && npm run build 2>&1 | tail -15)",
"Bash(npm run build 2>&1 | tail -10)"
],
"deny": []
},