From dc210006de9ebe049c0dd5fcc1afcf1b23fa2de8 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 22 七月 2020 15:57:55 +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