guhongwei 5 år sedan
förälder
incheckning
0c31539491
2 ändrade filer med 2 tillägg och 2 borttagningar
  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: {