去除console

This commit is contained in:
朱浩 2024-09-23 11:07:59 +08:00
parent dafe13a1a7
commit 1be00156a8
1 changed files with 0 additions and 2 deletions

View File

@ -207,13 +207,11 @@ export default {
},
openFileWin(items) {
if (items.fileFlag === 'apt') {
console.log(this.curNode);
let curBook = JSON.parse(localStorage.getItem('curBook'))
const path="/teaching/aptindex?id="+items.fileId + "&unitId=" + this.curNode.id + "&bookId=" + curBook.id;
let configObj = outLink().getBaseData()
let fullPath = configObj.fullPath + path
fullPath = fullPath.replaceAll('//', '/')
console.log(fullPath)
//
ipcRenderer.send('openWindow', {
key: path,