state.js 241 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 export default { counter: 2, // 例子 isMobile: false, //是否手机访问 isSmallScreen: false, // 是否小屏幕 (PC时,小屏幕机导航栏会改变)) userInfo: { sid: "", name: "", hadFullInfo: "", }, policyList: [] }