11wqe1 3 weeks ago
parent
commit
2d0499c674
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/login/loginPage.vue

+ 1 - 1
src/views/login/loginPage.vue

@@ -995,7 +995,7 @@ export default {
 			// let courseid = this.courseId;
 			// let courseid = this.courseId;
 			try {
 			try {
 				await this.$confirm(
 				await this.$confirm(
-					this.lang.loginCode.replace(/\*/g, this.stuInfoCode.username),
+					this.lang.loginaccount.replace(/\*/g, this.stuInfoCode.username),
 					this.lang.tip,
 					this.lang.tip,
 					{
 					{
 						confirmButtonText: this.lang.confirm,
 						confirmButtonText: this.lang.confirm,