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