guhongwei vor 5 Jahren
Ursprung
Commit
0c31539491
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      src/layout/enterprise/heads.vue
  2. 1 1
      src/layout/live/head.vue

+ 1 - 1
src/layout/enterprise/heads.vue

@@ -59,7 +59,7 @@ export default {
       this.toLogin();
     },
     async toLogin() {
-      this.$router.push({ path: '/platlive' });
+      this.$router.push({ path: '/' });
     },
   },
   computed: {

+ 1 - 1
src/layout/live/head.vue

@@ -108,7 +108,7 @@ export default {
       this.toLogin();
     },
     async toLogin() {
-      this.$router.push({ path: '/platlive' });
+      this.$router.push({ path: '/' });
     },
   },
   computed: {