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