zhouwx
2026-06-18 5612bbd431d10589a06c7ed3584de2cad1b5ea0a
src/api/login.js
@@ -43,7 +43,7 @@
// 获取用户详细信息
export function getInfo() {
  return request({
    url: '/getInfo',
    url: '/system/account/getInfo',
    method: 'get'
  })
}