@ -27,7 +27,7 @@ export default {
methods: {
go(index) {
if (index === 0) {
this.$router.push({ name: "realTime" });
this.$router.push({ name: "history" });
} else {
this.$message.info("暂未开放");
}