fix
This commit is contained in:
parent
d97003ff5d
commit
184ccb0889
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user