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