fetch.ts 120 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 import http from './http-request' import { APP } from '../config' const FETCH = new http(APP.baseUrl) export { FETCH }