feat: 添加部门查询

添加部门查询
This commit is contained in:
zc
2021-12-07 00:07:18 +08:00
parent 7d180983fb
commit a021f3e5e5
5 changed files with 899 additions and 1 deletions

View File

@@ -4,5 +4,5 @@
NODE_ENV='development'
VITE_APP_TITLE = '管理系统'
VITE_APP_PORT = 9527
VITE_APP_PORT = 9528
VITE_APP_BASE_API = '/dev-api'