guhongwei 5 年之前
父節點
當前提交
0c31539491
共有 2 個文件被更改,包括 2 次插入2 次删除
  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: {