mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
支持Clash YAML输入
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user