From f3070e1127e97f4eb3fd27cbafe6e1d284e198e7 Mon Sep 17 00:00:00 2001 From: gyj Date: Mon, 15 Apr 2024 17:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=BE=E6=8E=A5=E8=A7=86=E9=A2=91=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/home.js | 8 ++++-- src/components/homepc.vue | 53 +++++++++++++++++++++++++++------------ 2 files changed, 43 insertions(+), 18 deletions(-) diff --git a/src/api/home.js b/src/api/home.js index c7817831..aa38c6c8 100644 --- a/src/api/home.js +++ b/src/api/home.js @@ -1,7 +1,7 @@ import axios from "@/utils/request"; let baseUrlZc = 'https://api.xayunmei.com/zhongcaiapi'; -let baseUrl = 'https://api.xayunmei.com/tiaojieapitest'; -// let baseUrl = 'http://121.40.189.20:6001'; +let baseUrl = 'https://api.xayunmei.com/tiaojieapi'; +// let baseUrl = 'http://172.16.1.4:6001'; // 获取usersig export function getUsersig(userId) { let appType = sessionStorage.getItem('type'); @@ -29,4 +29,8 @@ export function reserveConferenceList(caseId) { return axios.get(`${baseUrlZc}/caseApplication/reserveConferenceList?caseId=${caseId}`); } +} +//根据id查询密文信息 +export function getEncryptInfoByid(caseId) { + return axios.get(`${baseUrl}/shortMessage/getMeetingInfo?authId=${caseId}`); } \ No newline at end of file diff --git a/src/components/homepc.vue b/src/components/homepc.vue index 8b1c4e24..072c2a56 100644 --- a/src/components/homepc.vue +++ b/src/components/homepc.vue @@ -8,7 +8,12 @@ @@ -19,7 +24,7 @@