Commit 8894e10c by Sweet Zhang

Merge branch 'dev' of http://139.224.139.2:9091/Sweet/ydLife into dev

parents c56c7e0e e4b6fd83
...@@ -117,9 +117,11 @@ ...@@ -117,9 +117,11 @@
} }
//页面刷新的时候不出现 //页面刷新的时候不出现
if (window.name == "") { if (window.name == "") {
window.name = "isReload"; // 在首次进入页面时我们可以给window.name设置一个固定值 if(window.location.pathname != '/ydLife/identify'){
initialize(); window.name = "isReload"; // 在首次进入页面时我们可以给window.name设置一个固定值
getknowledgeQry(); initialize();
getknowledgeQry();
}
} }
//用于去除alert的url //用于去除alert的url
......
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