Browse Source

语言格式化补充

李天标 5 năm trước cách đây
mục cha
commit
81dfc0a6a8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: {