fix
This commit is contained in:
parent
659309c050
commit
4178926588
|
|
@ -26,3 +26,5 @@ VUE_APP_AICEPS_URL = 'https://10.207.148.172/gz-aiceps-manage'
|
|||
VUE_APP_AICEAR_URL = 'https://10.207.148.172/aicear_gz'
|
||||
|
||||
VUE_APP_PROXY_URL = 'http://219.148.175.145:56666'
|
||||
|
||||
VUE_APP_AICEPS_SERVICE_URL = 'http://localhost:9549'
|
||||
|
|
@ -0,0 +1 @@
|
|||
14.19.*
|
||||
|
|
@ -162,3 +162,10 @@ export function getUsersWithPermissionYzwf(permission, orgId, deptId) {
|
|||
}
|
||||
})
|
||||
}
|
||||
|
||||
export function oauth() {
|
||||
return request({
|
||||
url: '/oauth2/sm4/encrypted/data',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue