fetch.js 140 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 import HttpRequest from '@/libs/http-request' import { APP } from '@/config' const http = new HttpRequest(APP.baseUrl) export default http