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('//', '/') // 通知主进程