。
This commit is contained in:
@@ -8,23 +8,23 @@
|
|||||||
/>
|
/>
|
||||||
<title>宁波房屋征收</title>
|
<title>宁波房屋征收</title>
|
||||||
<script>
|
<script>
|
||||||
// function getQueryString(name) {
|
function getQueryString(name) {
|
||||||
// var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
|
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
|
||||||
// var r = window.location.search.substr(1).match(reg);
|
var r = window.location.search.substr(1).match(reg);
|
||||||
// if (r != null) return unescape(r[2]); return null;
|
if (r != null) return unescape(r[2]); return null;
|
||||||
// }
|
}
|
||||||
// //debugger
|
//debugger
|
||||||
// var ticket = getQueryString('ticket');
|
var ticket = getQueryString('ticket');
|
||||||
// console.log('1201-ticket' + ticket)
|
console.log('1201-ticket' + ticket)
|
||||||
// if (ticket)
|
if (ticket)
|
||||||
// window.sessionStorage.setItem('ticket', ticket)
|
window.sessionStorage.setItem('ticket', ticket)
|
||||||
// else {
|
else {
|
||||||
// if (window.sessionStorage.getItem('ticket') == null) {
|
if (window.sessionStorage.getItem('ticket') == null) {
|
||||||
// setTimeout(function () { window.close() }, 10);
|
setTimeout(function () { window.close() }, 10);
|
||||||
// //window.open('https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs')
|
//window.open('https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs')
|
||||||
// location.replace('https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs')
|
location.replace('https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs')
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
</script>
|
</script>
|
||||||
<script
|
<script
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
|
|||||||
Reference in New Issue
Block a user