git
zxl
2 天以前 4ffba3fd6c96ba4e5e3d44b0c7a142d5bac1847b
1
2
3
4
5
6
7
8
import http from '@/utils/request.js'
 
export const getInfo = () => {
  return http.request({ 
    url: '/getInfo',
    method: 'get'
  })
}