mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-01 03:18:14 +08:00
Merge remote-tracking branch 'gitee/dev' into dev
This commit is contained in:
commit
9edbd42547
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
||||
# 版本日志
|
||||
|
||||
## 2.4.3
|
||||
|
||||
### 新增功能
|
||||
|
||||
### 解决BUG、优化功能
|
||||
|
||||
1. 未登录重定向带入参数
|
||||
2. 页面登录方法调整支持自定义事件登录
|
||||
|
||||
-----------------------------------------------------------
|
||||
|
||||
## 2.4.2
|
||||
|
||||
### 新增功能
|
||||
|
@ -103,7 +103,10 @@
|
||||
'title': '系统提示'
|
||||
}, function (index) {
|
||||
layer.close(index);
|
||||
layui.data('user', null);
|
||||
layui.data('user', {
|
||||
key: "loginOut",
|
||||
value: true
|
||||
});
|
||||
window.location.href = "#if($node).#end./logout";
|
||||
})
|
||||
}
|
||||
|
@ -115,6 +115,10 @@
|
||||
key: "userName",
|
||||
value: sendData.userName
|
||||
});
|
||||
layui.data('user', {
|
||||
key: "loginOut",
|
||||
remove: true
|
||||
});
|
||||
window.location.href = './index';
|
||||
} else {
|
||||
// 显示验证码
|
||||
|
Loading…
Reference in New Issue
Block a user