1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| /*
| * @Author: 张嘉彬
| * @Date: 2021-10-13 15:15:36
| * @Description:
| */
| export default {
| btnStyleVal: {
| type: 'text',
| size: ''
| }, // 按钮样式
| actionCol: {
| colSize: 80, // 默认列宽
| textSize: 50,
| defaultSize: 90,
| mediumSize: 90,
| smallSize: 80,
| miniSize: 80
| }, // 操作列按钮宽度
| token: '',
| expireAt: '',
| mainContainerHeight: 0,
| routerHistory: [],
| name: null,
| userTree: [],
| userTreeFlat: [],
| userInfo: null,
| noReadMsgCount: 0
| }
|
|