wuhongyu 5 年之前
父节点
当前提交
b1de9c2827
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/layout/enterprise/heads.vue
  2. 1 1
      src/layout/live/head.vue

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

@@ -19,7 +19,7 @@
       </div>
       <div class="superlogo">
         <div class="w_1200">
-          <a href="/platlive">
+          <a href="/">
             <img :src="logo" />
             <span>
               吉林省计算中心科技平台
@@ -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: {