Przeglądaj źródła

登录超时重复提示问题

tudc 4 lat temu
rodzic
commit
22cc0758e0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      front-vue/src/permission.js

+ 1 - 1
front-vue/src/permission.js

@@ -49,7 +49,7 @@ router.beforeEach((to, from, next) => {
         })
           .catch(err => {
             store.dispatch('FedLogOut').then(() => {
-              Message.error(err)
+              // Message.error(err)
               next({ path: '/' })
             })
           })