flightInfoImport.js 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import request from '@/utils/request' // 查询航班种类 export function filghtKindData() { return request({ url: '/flightInfoImport/filghtKindData', method: 'get' }) }