This commit is contained in:
chenxf 2026-01-21 09:07:45 +08:00
parent 659309c050
commit 4178926588
3 changed files with 10 additions and 0 deletions

View File

@ -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'

1
.node-version Normal file
View File

@ -0,0 +1 @@
14.19.*

View File

@ -162,3 +162,10 @@ export function getUsersWithPermissionYzwf(permission, orgId, deptId) {
}
})
}
export function oauth() {
return request({
url: '/oauth2/sm4/encrypted/data',
method: 'get'
})
}