Commit 6ffa56b7 by zhao_shaonan

登录超时跳转登陆界面,修改日志得登录和操作得姓名字段

parent 525c4ce3
......@@ -14,10 +14,10 @@ window.tiplock = false;
service.interceptors.response.use(
response => {
let data = response.data;
if (data.code == 20004) {
if (data.code == 20004||data.code == 202) {
if (!window.tiplock) {
window.tiplock = true;
window.open('/login');
window.open('http://133.8.5.8:8080','_self');
}
}
return data;
......
......@@ -3908,7 +3908,7 @@ let rzcxcxHeader = "登录日志";
let rzcxcxFormData = {
cxSj: "",
unitcode: "",
usernName: "",
userName: "",
limit: 10,
page: 1
};
......@@ -4016,7 +4016,7 @@ let rzcxCxQueryField = [
},
{
name: "姓名",
id: "usernName",
id: "userName",
type: "text",
value: "",
placeholder: "",
......@@ -4058,7 +4058,7 @@ let rzcxGncxFormData = {
czmk: "",
cxSj: "",
unitcode: "",
usernName: "",
userName: "",
limit: 10,
page: 1
};
......@@ -4188,7 +4188,7 @@ let rzcxGnCxQueryField = [
},
{
name: "姓名",
id: "usernName",
id: "userName",
type: "text",
value: "",
placeholder: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment