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