切换到jsh的版本

This commit is contained in:
qiankunpingtai
2019-11-08 20:34:36 +08:00
parent 9182e734fc
commit 7cabc39ab8
125 changed files with 1692 additions and 46688 deletions

View File

@@ -43,7 +43,7 @@
<div class="register-logo">
<a href="/">
<b>华夏ERP</b>
<small>V2.1</small>
<small>V1.0</small>
</a>
</div>
<div class="register-box-body">
@@ -141,20 +141,13 @@
alert("确认密码不一致!");
} else {
//执行注册
/**
* create by: qiankunpingtai
* create time: 2019/4/24 15:01
* websitehttps://qiankunpingtai.cn
* description:
* 密码加密后发送到后台
*/
$.ajax({
type: "post",
url: "/user/registerUser",
dataType: "json",
data: ({
loginame: $("#username").val(),
password: hex_md5($.trim($("#password").val()))
password: $("#password").val()
}),
success: function (res) {
if (res && res.code === 200) {