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