@@ -66,7 +66,7 @@
computed: {
...mapState(['isLoading']),
loginBtnLabel() {
- return this.isLoading ? '' : '登录';
+ return this.isLoading ? '' : this.$t('login.login');
}
},
methods: {