diff --git a/pages/rules/currency.vue b/pages/rules/currency.vue index 69104df..bd9e7a0 100644 --- a/pages/rules/currency.vue +++ b/pages/rules/currency.vue @@ -4,34 +4,35 @@

货币规则

- + - - + + + @@ -53,6 +54,9 @@ export default { ...mapState({ currencyRules: state => state.rule.currencyRules.data }) + }, + mounted() { + this.$store.commit('setActiveMenu', 'currencyRule'); } }