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