location.js 220 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 import request from '@/utils/request' // 查询-GetPageLocations export function GetPageLocations (data) { return request({ url: '/api/Location/GetPageLocations', method: 'post', data }) }