export default{ setToken({commit},token){ commit('setToken',token); }, isMobile({commit},flag){ commit('isMobile',flag); } }