From b000e640c08486c687728dadc1f9d8ecdf3d3bd7 Mon Sep 17 00:00:00 2001 From: jiangping <898885815@qq.com> Date: 星期二, 07 五月 2024 11:03:20 +0800 Subject: [PATCH] meeting --- h5/main.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/h5/main.js b/h5/main.js index 9fdec70..bdae919 100644 --- a/h5/main.js +++ b/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' -- Gitblit v1.9.3