强制修改资料页面,点击base弹出空白页问题

This commit is contained in:
daiao 2017-03-13 15:21:46 +08:00
parent 828dce5d07
commit cfcf12d7ed
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,8 @@
len = t.length;
for(var i=0;i<len;i++){
t[i].href = 'javascript:void(0)';
// 火狐浏览器点击弹开空白页
t[i].target = '_self';
}
// 退出按钮可用
var d = document.getElementById("logout_trustie");