refactor: 前端接口调整

This commit is contained in:
junjie 2021-07-12 15:28:52 +08:00
parent c4720e8986
commit 8cd08e7171

View File

@ -32,7 +32,7 @@ export function authDetailsModel(authType) {
export function authModel(data) {
return request({
url: '/api/sys_auth/authModels',
url: '/plugin/auth/authModels',
data: data,
method: 'post'
})