MrShi
7 天以前 2d120bce2fb1b0f9252d9ed540dc1898c4ad33e6
pda/api/index.js
@@ -20,7 +20,7 @@
}
export const getUserInfo = () => {
  return http({
    url: 'getUserInfo',
    url: 'getUserInfo?timer='+Math.random(),
    method: 'get'
  })
}