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 }