Explorar o código

1.修改跳转bug

zangkai %!s(int64=5) %!d(string=hai) anos
pai
achega
dac5b5de7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend_web/src/router/index.js

+ 1 - 1
frontend_web/src/router/index.js

@@ -322,7 +322,7 @@ router.beforeEach(async (to, from, next) => {
 const originalPush = VueRouter.prototype.push
 VueRouter.prototype.push = function push (location, onResolve, onReject) {
   if (onResolve || onReject) return originalPush.call(this, location, onResolve, onReject)
-  return originalPush.call(this, location).catch(err => err)
+  return originalPush.call(this, location)
 }
 
 router.afterEach(to => {