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