guhongwei 5 years ago
parent
commit
401b1f5971
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/router/index.js

+ 3 - 0
src/router/index.js

@@ -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');