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