Explorar o código

登录超时重复提示问题

tudc %!s(int64=4) %!d(string=hai) anos
pai
achega
22cc0758e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: '/' })
             })
           })