index.js 463 Bytes
import request from '@/utils/request';
import axios from 'axios'
//
// // 获取分类列表
// export function getDocList (docType) {
//   return request({
//     url: '//sysapi.jxhh.com/api/v1/document/externalTypeListALL?docType='+docType,
//     method: 'get'
//   })
// }
// //
// // // 查询文档
// export function getDoc (query) {
//   return request({
//     url: '/api/v1/document/externalShow',
//     method: 'get',
//     query: query
//   })
// }