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