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