state.js 165 Bytes
export default {
	counter: 2, // 例子
	isMobile: false, //是否手机访问
	isSmallScreen: false, // 是否小屏幕 (PC时,小屏幕机导航栏会改变))
}