瀏覽代碼

语言格式化补充

李天标 5 年之前
父節點
當前提交
cdff65de31
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: {