上饶市警务平台后台管理前端
zhongrj
2025-01-21 c393f8b721c1e7f6ea65ff0f3ad3a47dce71cfbc
src/api/system/user.js
@@ -61,6 +61,15 @@
  })
}
export const getUserInfos = () => {
  return request({
    url: '/api/blade-user/getUserInfo',
    method: 'get',
    params: {
    }
  })
}
export const getUserPlatform = (id) => {
  return request({
    url: '/api/blade-user/platform-detail',