zy
litian
2024-05-15 dfb8100b149a8020005a08e63cbe3fc055b67e02
1
2
3
4
5
6
7
8
9
10
11
const state = {
  state: 0,
  bookName:"",
  bookId:0,
  windowSelection: null,
  showCatalogList:[],
  gotoPage:null
}
 
 
export default state