This commit is contained in:
caoyuchun 2024-07-17 16:46:32 +08:00
parent d97003ff5d
commit 184ccb0889

View File

@ -183,7 +183,7 @@ export default {
var res2 = await fetch (res.LOCAL_VIEW_CATALOG,{
mode: 'cors'
})
debugger
this.$store.state.textBookData = this.textBookData
this.catalogList = await res2.json()
var res3 = await fetch(res.LOCAL_VIEW_DATA,{
mode: 'cors'
@ -192,14 +192,14 @@ export default {
console.log(this.catalogList)
this.looseLeafData = await res3.json()
debugger
this.basisPath = res.basisPath
debugger
}
debugger
// debugger
//
// console.log(res)
// return
// try {