state.js 85 Bytes Edit Raw Blame History 1 2 3 4 5 6 const state = { mseId: 0, // 城域网MSEID userName: '' } export default state