zhouwx
9 days ago 228b5c8ed508478000810b9f9f9c318354ea0066
src/api/login.js
@@ -43,7 +43,7 @@
// 获取用户详细信息
export function getInfo() {
  return request({
    url: '/getInfo',
    url: '/system/account/getInfo',
    method: 'get'
  })
}