wuhongyu 5 lat temu
rodzic
commit
b1de9c2827
2 zmienionych plików z 3 dodań i 3 usunięć
  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: {