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