update ruoyi-admin/src/main/resources/static/ruoyi/register.js.
This commit is contained in:
parent
78eed9cd56
commit
f2e15ca264
|
|
@ -27,7 +27,7 @@ function register() {
|
|||
"validateCode": validateCode
|
||||
},
|
||||
success: function(r) {
|
||||
if (r.code == 0) {
|
||||
if (r.code == web_status.SUCCESS) {
|
||||
layer.alert("<font color='red'>恭喜你,您的账号 " + username + " 注册成功!</font>", {
|
||||
icon: 1,
|
||||
title: "系统提示"
|
||||
|
|
|
|||
Loading…
Reference in New Issue