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