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