From 08a16929f71cd89ec006d614b868f46d1dfa2bae Mon Sep 17 00:00:00 2001 From: zdg Date: Wed, 4 Dec 2024 15:32:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/views/prepare/container/kj-list-item.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/renderer/src/views/prepare/container/kj-list-item.vue b/src/renderer/src/views/prepare/container/kj-list-item.vue index e838978..fc1cc6d 100644 --- a/src/renderer/src/views/prepare/container/kj-list-item.vue +++ b/src/renderer/src/views/prepare/container/kj-list-item.vue @@ -332,10 +332,6 @@ export default { const { id, rootid } = sessionStore.get('subject.curNode') const path="/teaching/aptindex?id="+items.fileId + "&unitId=" + id + "&bookId=" + rootid; let configObj = outLink().getBaseData() - configObj.fullPath = 'https://localhost:7860/' - configObj.data.url = 'https://localhost:7860/' - configObj.data.domain = 'localhost' - console.log(configObj) let fullPath = configObj.fullPath + path fullPath = fullPath.replaceAll('//', '/') // 通知主进程 From 91ceb712bf00fbb674562556e01db013f7ed3fac Mon Sep 17 00:00:00 2001 From: zdg Date: Wed, 4 Dec 2024 15:45:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/views/model/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/views/model/index.vue b/src/renderer/src/views/model/index.vue index a8dfa14..d2a6bf0 100644 --- a/src/renderer/src/views/model/index.vue +++ b/src/renderer/src/views/model/index.vue @@ -57,7 +57,7 @@ import * as API_smarttalk from '@/api/file' // 文件相关api import * as API_entpcourse from '@/api/education/entpcourse' // 相关api import * as API_entpcoursefile from '@/api/education/entpcoursefile' // 相关api import { dataSetJson } from '@/utils/comm' // 数据集id文生图 -import { sessionStore } from '@/utils/store' // 学科名字文生图 +// import { sessionStore } from '@/utils/store' // 学科名字文生图 // 组件引入 import ChooseTextbook from '@/components/choose-textbook/index.vue' import { menusEvent } from '@/plugins/vue3-menus' // 右键菜单