litian
2024-05-21 480728c3c1b96d94a2053c1e418c173006d4ff68
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const state = {
  state: 0,
  bookName:"",
  bookId:0,
  getBookConfig: null,
  windowSelection: null,
  showCatalogList:[],
  gotoPage:null,
  renderSign: null,
  delSign:null,
  scale:100,
  fontSize:16,
}
 
export default state