diff --git a/dolphinscheduler-ui/src/js/conf/home/store/security/actions.js b/dolphinscheduler-ui/src/js/conf/home/store/security/actions.js index 6ce4457397..b6b5a87382 100644 --- a/dolphinscheduler-ui/src/js/conf/home/store/security/actions.js +++ b/dolphinscheduler-ui/src/js/conf/home/store/security/actions.js @@ -218,7 +218,7 @@ export default { // Authorized project const p1 = new Promise((resolve, reject) => { - io.get(`${o.category}/authorize-resource-tree`, param, res => { + io.get(`${o.category}/authed-resource-tree`, param, res => { resolve(res.data) }).catch(e => { reject(e)