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