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