src/page/new-urrency/index.vue
@@ -183,6 +183,10 @@ id: 2, }, { name: this.$t("中签结果"), id: 3, }, { name: this.$t("新币预览"), id: 0, }, @@ -240,6 +244,9 @@ // 获取列表 changeTab(item) { if (item.id === 3) { return this.$router.push("/list-urrency"); } this.active = item.id; }, },