yuanyuan %!s(int64=2) %!d(string=hai) anos
pai
achega
b2bac656e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/AppBar.vue

+ 1 - 1
src/components/AppBar.vue

@@ -162,7 +162,7 @@ export default {
         },
         back() {
             if (!fromRoute || !fromRoute.name) {
-                this.$router.replace('/home');
+                this.$router.go(-1);
             } else if (window.history.length <= 1) {
                 this.$router.replace('/home');
                 return false;