优化代码

This commit is contained in:
RuoYi
2026-01-28 21:19:42 +08:00
parent df0f7d16a4
commit 15e0913714
18 changed files with 32 additions and 34 deletions

View File

@@ -128,7 +128,7 @@ export default {
this.$refs.registerForm.validate(valid => {
if (valid) {
this.loading = true
register(this.registerForm).then(res => {
register(this.registerForm).then(() => {
const username = this.registerForm.username
this.$alert("<font color='red'>恭喜你,您的账号 " + username + " 注册成功!</font>", '系统提示', {
dangerouslyUseHTMLString: true,