h5/main.js
@@ -31,7 +31,9 @@ // http接口API抽离 import httpApi from '@/utils/http.api.js' import httpMeetingApi from '@/utils/meetingHttp.js' Vue.use(httpApi, app) Vue.use(httpMeetingApi, app) // 请求拦截器 import interceptor from '@/utils/http.interceptor.js'