jiangping
2024-05-08 498e71eb8ce7db34e54f64dc2c83e8edc49c54a3
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'