Browse Source

点击跳转新窗口

jack 8 years ago
parent
commit
a0da601b81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmp-portal/js/cmp-workspaces.js

+ 1 - 1
cmp-portal/js/cmp-workspaces.js

@ -199,6 +199,6 @@ $(document).ready(function() {
199 199
	companyDemand();
200 200
	/*跳转企业浏览页面*/
201 201
	$("#conmliu").on("click",function(){
202
		location.href="../companybrowinfor.html?orgId="+id;
202
		window.open("../companybrowinfor.html?orgId="+id);
203 203
	})
204 204
})