Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
c55b67d5
Commit
c55b67d5
authored
Nov 26, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改重置密码对话框
parent
9238cdac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
src/main/webapp/assets/common/static/stylefeng/feng.js
+2
-0
src/main/webapp/assets/modular/system/user/user.js
+1
-4
No files found.
src/main/webapp/assets/common/static/stylefeng/feng.js
View file @
c55b67d5
...
...
@@ -136,9 +136,11 @@ var Feng = {
$
.
ajaxSetup
({
contentType
:
"application/x-www-form-urlencoded;charset=utf-8"
,
complete
:
function
(
XMLHttpRequest
,
textStatus
)
{
//通过XMLHttpRequest取得响应头,sessionstatus,
var
sessionstatus
=
XMLHttpRequest
.
getResponseHeader
(
"sessionstatus"
);
if
(
sessionstatus
===
"timeout"
)
{
//如果超时就处理 ,指定要跳转的页面
window
.
location
=
Feng
.
ctxPath
+
"/global/sessionError"
;
}
...
...
src/main/webapp/assets/modular/system/user/user.js
View file @
c55b67d5
...
...
@@ -150,10 +150,7 @@ MgrUser.unfreeze = function () {
MgrUser
.
resetPwd
=
function
()
{
if
(
this
.
check
())
{
var
userId
=
this
.
seItem
.
id
;
parent
.
layer
.
confirm
(
'是否重置密码为111111?'
,
{
btn
:
[
'确定'
,
'取消'
],
shade
:
false
//不显示遮罩
},
function
()
{
Feng
.
confirm
(
"是否重置密码为111111 ?"
,
function
(){
var
ajax
=
new
$ax
(
Feng
.
ctxPath
+
"/mgr/reset"
,
function
(
data
)
{
Feng
.
success
(
"重置密码成功!"
);
},
function
(
data
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment