feat(frontend): 添加部门管理和系统配置页面
- 添加 department.ts 部门管理服务 - 添加 DepartmentManagementView.vue 部门管理页面 - 添加 SystemConfigView.vue 系统配置页面 - 更新路由配置添加新页面 - 更新 App.vue 添加系统菜单入口 - 前端编译验证通过
This commit is contained in:
@@ -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": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user