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