linwenling
2023-09-26 a4db210c069cd45448067fffb39f070e9d119bb9
ruoyi-ui/src/api/system/user.js
@@ -133,3 +133,13 @@
    method: 'get'
  })
}
//查看自己的权限
export function getSelfPermission(data) {
  return request({
    url: '/authority/condition',
    method: 'get',
    data: data
  })
}