MrShi
2025-11-11 bff05c941230c57f0a1ed8d0e3c4f9c7b2b8af13
pda/api/index.js
@@ -20,7 +20,7 @@
}
export const getUserInfo = () => {
  return http({
    url: 'getUserInfo',
    url: 'getUserInfo?timer='+Math.random(),
    method: 'get'
  })
}