部门管理、岗位管理接口对接

This commit is contained in:
Mrtangl
2022-06-21 18:31:59 +08:00
parent 918b92444a
commit cb5fae0849
10 changed files with 375 additions and 94 deletions

View File

@@ -40,5 +40,5 @@ export function apiFileRename(params: { id: number; name: string }) {
// 配置
export function apiConfig() {
return request.get('/index/config')
return request.get('/common/index/config')
}