• This project
    • Loading...
  • Sign in

Fedex / iClear-Connect-Pre-Clearance

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
  • iClear-Connect-Pre-Clearance
  • web
  • src
  • api
  • system
  • dictionary.js
  • jinhui.wang's avatar
    接口增加逻辑增加 · 7581d373
    7581d373
    jinhui.wang authored 2024-11-20 18:08:23 +0800
dictionary.js 210 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import request from '@/utils/request'

// 上传状态
/**
 */
export function getUploadStatus() {
    return request({
        url: "/manager-server/dicEntries/getConsStatus",
        method: "get",
    });
}