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