• This project
    • Loading...
  • Sign in

Fedex / imac-vue

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • imac-vue
  • src
  • api
  • destinationFlight.js
  • shanyunduo.cheng's avatar
    目的航班规则列表 · 416831fb
    416831fb Browse Files
    shanyunduo.cheng authored 2021-12-01 11:29:25 +0800
destinationFlight.js 244 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
import request from '@/utils/request'

//目的航班规则接口

// 查询航班列表
export function findFlightNo(query) {
    return request({
      url: '/destinationFlight/findFlightNo',
      method: 'post',
      data: query
    })
  }