Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite

This commit is contained in:
李志鹏
2025-09-22 11:03:54 +08:00
23 changed files with 225 additions and 82 deletions

View File

@@ -368,6 +368,8 @@ export default defineComponent({
email: this.forgetPasswordEmail,
operationType: "FORGET_PWD",
};
this.frogetPasswordStep = 2;
(this.forgetEmailCode = ["", "", "", "", "", ""]), this.createTimer();
Https.axiosPost(Https.httpUrls.accountSendEmail, data).then((rv: any) => {
if (rv) {
this.frogetPasswordStep = 2;
@@ -891,6 +893,7 @@ export default defineComponent({
font-weight: bold;
color: #030303;
margin-top: 3.5rem;
text-align: left;
}
.forget_submit_button {