From 4e8560b033ac8c39be7b60a694cf80a673da6ee0 Mon Sep 17 00:00:00 2001 From: zdg Date: Wed, 18 Sep 2024 15:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E4=B8=8D=E5=87=BA=E7=8E=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/utils/tool.js | 2 +- .../src/views/desktop/container/class-start.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/renderer/src/utils/tool.js b/src/renderer/src/utils/tool.js index a4160d4..608ae32 100644 --- a/src/renderer/src/utils/tool.js +++ b/src/renderer/src/utils/tool.js @@ -304,7 +304,7 @@ const eventHandles = (type, win) => { */ export const toLinkWeb = (path) => { const config = baseConfig() - console.log(config) + // console.log(config) const fullPath = config.url + path // 通知主进程 ipcRenderer.send('openWindow', { diff --git a/src/renderer/src/views/desktop/container/class-start.vue b/src/renderer/src/views/desktop/container/class-start.vue index db4aaff..56a3139 100644 --- a/src/renderer/src/views/desktop/container/class-start.vue +++ b/src/renderer/src/views/desktop/container/class-start.vue @@ -42,7 +42,7 @@ @@ -77,7 +77,7 @@ import vueQr from 'vue-qr/src/packages/vue-qr.vue' // 插件: 二维码 import imChat from '@/views/tool/components/imChat.vue' // im-chat-子组件 import MsgEnum from '@/plugins/imChat/msgEnum' // 消息头-相关定义(nuem) import * as commUtil from '@/utils/comm' // 工具类-通用 -import { toLinkWeb } from '@/utils/tool' +import { toLinkWeb, getStaticUrl } from '@/utils/tool' import * as Http_ClassManage from '@/api/classManage' // api接口 import * as Http_Classcourse from '@/api/teaching/classcourse' // api接口 @@ -178,9 +178,9 @@ const open = async (id) => { getClassList() // 初始化im-chat - nextTick(async() => { - chat = await imChatRef.value?.initImChat() - }) + // nextTick(async() => { + // chat = await imChatRef.value?.initImChat() + // }) } // 关闭弹窗 const handleClose = async () => {