@@ -113,6 +113,9 @@ const router = new VueRouter({
});
router.beforeEach((to, form, next) => {
+ if (to.name == 'messageInfo_index') {
+ next();
+ }
store.commit('setUser');
store.commit('setClass');
store.dispatch('setting/checkCache');