引导页跳转

1.0.0
黄崇栋 6 years ago
parent edb28f7cac
commit cc2bc4d553

@ -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("暂未开放");
}

Loading…
Cancel
Save