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