mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-09-18 02:19:56 +08:00
11 lines
231 B
Vue
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,
|
|
})
|
|
}
|