1. 程式人生 > >js搞定域名包含工程名,測試環境生產環境訪問url不一樣

js搞定域名包含工程名,測試環境生產環境訪問url不一樣

window.location.protocol+'//'+window.location.hostname+(window.location.port?':'+window.location.port:'')+(/http(s)?:\/\/[^\/]+\/([^\/:]+)\//.test(window.top.location.href)?('/'+RegExp.$2):'')

var href = window.location.protocol+'//'+window.location.hostname+(window.location.port?':'+window.location.port:'')+(/http(s)?:\/\/[^\/]+\/([^\/:]+)\//.test(window.top.location.href)?('/'+RegExp.$2):'')
+'/acc.do?' +
'id=' + p.id;


window.open(href, '_blank');