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