Commit 8894e10c by Sweet Zhang

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

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