fix bug: 6523 Failed to authorize resource (#6524) (#6526)

Co-authored-by: OS <29528966+lenboo@users.noreply.github.com>
This commit is contained in:
Jiajie Zhong 2021-10-14 14:20:14 +08:00 committed by GitHub
parent 07119bc17f
commit 0659aa3f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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