未验证 提交 8606cbd4 编写于 作者: O OS 提交者: GitHub

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

上级 50f17669
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册