diff --git a/.env.development b/.env.development index 81364f0..ed9158d 100644 --- a/.env.development +++ b/.env.development @@ -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' \ No newline at end of file diff --git a/.node-version b/.node-version new file mode 100644 index 0000000..6398624 --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +14.19.* \ No newline at end of file diff --git a/src/api/user.js b/src/api/user.js index 6492fd5..4223106 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -162,3 +162,10 @@ export function getUsersWithPermissionYzwf(permission, orgId, deptId) { } }) } + +export function oauth() { + return request({ + url: '/oauth2/sm4/encrypted/data', + method: 'get' + }) +}