// 取消接口调用能力; // 队列的必要性?? import store from "./api/store.js"; import identity from "./api/identity.js"; import app from "./api/app.js"; const WebMiddleGroundApi = { store, identity, app, }; export default WebMiddleGroundApi;