正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -127,7 +127,8 @@ export default { | @@ -127,7 +127,8 @@ export default { | ||
| 127 | register(this.registerForm).then(res => { | 127 | register(this.registerForm).then(res => { |
| 128 | const username = this.registerForm.username; | 128 | const username = this.registerForm.username; |
| 129 | this.$alert("<font color='red'>恭喜你,您的账号 " + username + " 注册成功!</font>", '系统提示', { | 129 | this.$alert("<font color='red'>恭喜你,您的账号 " + username + " 注册成功!</font>", '系统提示', { |
| 130 | - dangerouslyUseHTMLString: true | 130 | + dangerouslyUseHTMLString: true, |
| 131 | + type: 'success' | ||
| 131 | }).then(() => { | 132 | }).then(() => { |
| 132 | this.$router.push("/login"); | 133 | this.$router.push("/login"); |
| 133 | }).catch(() => {}); | 134 | }).catch(() => {}); |
-
请 注册 或 登录 后发表评论