/* * @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 }