mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-18 16:28:05 +08:00
Fixed single proxy display error
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Axios from 'axios';
|
||||
import Vue from 'vue';
|
||||
import store from "@/store";
|
||||
import {BACKEND_BASE} from "@/config";
|
||||
|
||||
@@ -7,6 +8,8 @@ export const axios = Axios.create({
|
||||
timeout: 10000
|
||||
});
|
||||
|
||||
export const EventBus = new Vue();
|
||||
|
||||
export function isEmptyObj(obj) {
|
||||
return Object.keys(obj).length === 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user