fix
This commit is contained in:
parent
d97003ff5d
commit
184ccb0889
@ -183,7 +183,7 @@ export default {
|
|||||||
var res2 = await fetch (res.LOCAL_VIEW_CATALOG,{
|
var res2 = await fetch (res.LOCAL_VIEW_CATALOG,{
|
||||||
mode: 'cors'
|
mode: 'cors'
|
||||||
})
|
})
|
||||||
debugger
|
this.$store.state.textBookData = this.textBookData
|
||||||
this.catalogList = await res2.json()
|
this.catalogList = await res2.json()
|
||||||
var res3 = await fetch(res.LOCAL_VIEW_DATA,{
|
var res3 = await fetch(res.LOCAL_VIEW_DATA,{
|
||||||
mode: 'cors'
|
mode: 'cors'
|
||||||
@ -192,14 +192,14 @@ export default {
|
|||||||
console.log(this.catalogList)
|
console.log(this.catalogList)
|
||||||
this.looseLeafData = await res3.json()
|
this.looseLeafData = await res3.json()
|
||||||
|
|
||||||
debugger
|
|
||||||
this.basisPath = res.basisPath
|
this.basisPath = res.basisPath
|
||||||
debugger
|
|
||||||
}
|
}
|
||||||
|
|
||||||
debugger
|
|
||||||
|
|
||||||
// debugger
|
|
||||||
|
//
|
||||||
// console.log(res)
|
// console.log(res)
|
||||||
// return
|
// return
|
||||||
// try {
|
// try {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user