修复上传图片404问题

This commit is contained in:
X1627315083
2025-11-12 10:05:00 +08:00
parent e8623ee05e
commit 10844bc820
4 changed files with 4 additions and 6 deletions

View File

@@ -373,8 +373,6 @@ 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;