Merge pull request #211 from dataease/pr@dev@refactor_前端接口调整

refactor: 前端接口调整
This commit is contained in:
XiaJunjie2020 2021-07-12 15:31:45 +08:00 committed by GitHub
commit 963ccbb222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'
})