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