e05ec70e by yangjianbin

init

1 parent 7070b22b
...@@ -168,7 +168,6 @@ ...@@ -168,7 +168,6 @@
168 url: apiBaseUrl + 'system/user/resetPassword/'+id+'?newPassword=' + 123456, 168 url: apiBaseUrl + 'system/user/resetPassword/'+id+'?newPassword=' + 123456,
169 cache: false, 169 cache: false,
170 dataType: 'json', 170 dataType: 'json',
171 data: JSON.stringify(data),
172 contentType: "application/json; charset=UTF-8", 171 contentType: "application/json; charset=UTF-8",
173 success: function (data) { 172 success: function (data) {
174 if (data.msg) { 173 if (data.msg) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!