ss
feige
2023-10-09 1aa5be564d5df56297355a2e71ae4ff6c7df0042
ruoyi-ui/src/api/system/user.js
@@ -133,3 +133,11 @@
    method: 'get'
  })
}
//查看自己的权限
export function getSelfPermission(data) {
  return request({
    url: '/authority/condition',
    method: 'post',
    data: data
  })
}