Explorar el Código

语言格式化补充

李天标 hace 5 años
padre
commit
81dfc0a6a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: {