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