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