vue-admin-beautiful.com cbd437e21d deploy
2021-07-04 22:46:33 +08:00

11 lines
231 B
Vue

import request from '@/utils/request'
export function getList(data) {
return request({
//url: '/ad/getList',
url: 'https://851edf02-46eb-43e6-828d-64c7e483ea41.bspapp.com/http/getAd',
method: 'get',
data,
})
}