Commit cc595b0e by Sweet Zhang

预览薪资单不展示广告页

parent bb959b67
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
} }
//页面刷新的时候不出现 //页面刷新的时候不出现
if (window.name == "") { if (window.name == "") {
if(window.location.pathname != '/ydLife/identify'){ if(window.location.pathname != '/ydLife/identify' && window.location.href.indexOf('preFlag=AGMS') < 0){
window.name = "isReload"; // 在首次进入页面时我们可以给window.name设置一个固定值 window.name = "isReload"; // 在首次进入页面时我们可以给window.name设置一个固定值
initialize(); initialize();
getknowledgeQry(); getknowledgeQry();
......
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