|
@@ -91,8 +91,9 @@ export default {
|
|
this.loginType = "STUDENT_IDENTITY_NUMBER";
|
|
this.loginType = "STUDENT_IDENTITY_NUMBER";
|
|
}
|
|
}
|
|
this.$Message.config({
|
|
this.$Message.config({
|
|
- duration: 150,
|
|
|
|
- size: "large"
|
|
|
|
|
|
+ duration: 60,
|
|
|
|
+ size: "large",
|
|
|
|
+ closable: true
|
|
});
|
|
});
|
|
|
|
|
|
try {
|
|
try {
|
|
@@ -212,7 +213,7 @@ export default {
|
|
},
|
|
},
|
|
passwordInputPlaceholder() {
|
|
passwordInputPlaceholder() {
|
|
if (this.loginType === "STUDENT_CODE") {
|
|
if (this.loginType === "STUDENT_CODE") {
|
|
- return "初始密码为学号后6位";
|
|
|
|
|
|
+ return "初始密码为身份证号后6位";
|
|
} else {
|
|
} else {
|
|
return "初始密码为身份证号后6位";
|
|
return "初始密码为身份证号后6位";
|
|
}
|
|
}
|