@@ -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 {