@@ -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: {
@@ -108,7 +108,7 @@ export default {