rk
2026-01-29 9cbbfe6104b9c521b104bbbdf77c86d9fbc5b7f0
pda/api/index.js
@@ -20,7 +20,7 @@
}
export const getUserInfo = () => {
  return http({
    url: 'getUserInfo',
    url: 'getUserInfo?timer='+Math.random(),
    method: 'get'
  })
}