This commit is contained in:
zhangxuelin 2024-08-13 09:09:49 +08:00
parent 7d3007bbf2
commit cc5c823071
3 changed files with 9 additions and 8 deletions

View File

@ -380,14 +380,13 @@ defineExpose({
savaDataStore
})
watchEffect(() => {
console.log(toolState.isToolWin,'监听')
console.log(toolState,'监听111')
if(toolState.isToolWin){
ispointer.value=false
}else{
ispointer.value=true
}
console.log(toolState,'监听')
if(toolState.isPdfWin){
// if(toolState.isToolWin){
// ispointer.value=false
// }else{
// ispointer.value=true
// }
watchToolState() //
}
})

View File

@ -105,7 +105,7 @@ const switchPageMode = () => {
}
onMounted(async () => {
toolState.isPdfWin=true
// pdfObj.pdfUrl = getStaticUrl(route.query.path, 'user', 'selfFile', true)
// pdfObj.pdfUrl = getStaticUrl(route.query.path, 'user', 'selfFile', true) //线
pdfObj.pdfUrl = getStaticUrl('aaa.pdf', 'user', 'selfFile', true) //
textbookId.value = route.query.textbookId
pdfObj.bookId=textbookId.value

View File

@ -100,6 +100,7 @@ const resetStatus = () => {
}, 500)
})
toolStore.isToolWin = true //
}
// :
const sideMouse = e => {
@ -125,6 +126,7 @@ const sideChange = o => {
// === ===
watchEffect(() => {
console.log(toolStore)
// , : -
const show = !toolStore.isPdfWin && toolStore.showBoardAll
if (show != isShow.value) isShow.value = show