lrf402788946 5 yıl önce
ebeveyn
işleme
58b5a81ab9
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      src/layout/live/head.vue

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

@@ -18,7 +18,7 @@
       </div>
       <div class="superlogo">
         <div class="w_1200">
-          <a href="/platlive">
+          <a href="/">
             <img :src="logo" />
             <span>
               吉林省计算中心科技平台
@@ -84,6 +84,7 @@ export default {
       else return this.$route.path.includes(`/${type}`);
     },
     btnLogin() {
+      //TODO改成相对跳转
       window.open('http://free.liaoningdoupo.com/platlogin/');
     },
   },