支持Clash YAML输入

This commit is contained in:
Peng-YM
2020-08-25 11:18:35 +08:00
parent faab7338d5
commit 43998f9274
9 changed files with 674 additions and 101 deletions

View File

@@ -1,7 +1,8 @@
import Axios from 'axios';
import {BACKEND_BASE} from "@/config";
export const axios = Axios.create({
// baseURL: 'http://sub.store/api',
baseURL: 'http://127.0.0.1:3000/api',
baseURL: `${BACKEND_BASE}/api`,
timeout: 1000
});