Parcourir la source

语言格式化补充

李天标 il y a 5 ans
Parent
commit
cdff65de31
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/Login/Login.vue

+ 1 - 1
pages/Login/Login.vue

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