From 2721b59a8cdd6c0dc6ca0372755ed63042715f9f Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 25 七月 2020 08:51:23 +0800
Subject: [PATCH] #当前本版十分完美、冻结
---
src/main/webapp/static/js/user/user.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/user/user.js b/src/main/webapp/static/js/user/user.js
index 9fd6b4b..9a908df 100644
--- a/src/main/webapp/static/js/user/user.js
+++ b/src/main/webapp/static/js/user/user.js
@@ -249,7 +249,7 @@
hostId: $('#hostId').val(),
username: $('#username').val(),
mobile: $('#mobile').val(),
- password: $('#password').val(),
+ password: hex_md5($('#password').val()),
roleId: $('#roleId').val(),
createTime: top.strToDate($('#createTime\\$').val()),
status: $('#status').val(),
--
Gitblit v1.9.1