Skip to content

Commit

Permalink
Merge pull request #7522 from GuoLiBin6/feat/glb-to-3.11/src
Browse files Browse the repository at this point in the history
feat: 调整权限获取接口
  • Loading branch information
GuoLiBin6 authored Jan 20, 2025
2 parents d8f4b51 + daa1404 commit 81b6f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/scopedPolicy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
try {
const categories = R.is(String, category) ? [category] : category
if (rootGetters.scope) {
const response = await http.get('/v1/scopedpolicybindings', {
const response = await http.get('/v1/auth/scopedpolicybindings', {
params: {
scope: rootGetters.scope,
effective: true,
Expand Down

0 comments on commit 81b6f76

Please sign in to comment.