Commit 224c260a by Administrator

first commit

parent b7276943
No preview for this file type
......@@ -20,14 +20,15 @@
return flag
}
var isPc = isPcFun()
var a = window.location.href
var b = a.split('#')[1]
var pos = b.split('?')
console.log(pos[0])
// var a = window.location.href
// var b = a.split('#')[1]
// var pos = b.split('?')
// console.log(pos[0])
if (!isPc) {
if (pos[0] === '/privacy') {
window.location.href = 'http://' + window.location.host + '/zbh5/#' + pos[0] + '?id=1'
} else {
window.location.href = 'http://' + window.location.host + '/zbh5/#/home'
}
// if (pos[0] === '/privacy') {
// window.location.href = 'http://' + window.location.host + '/zbh5/#' + pos[0] + '?id=1'
// } else {
//
// }
window.location.href = 'http://' + window.location.host + '/zbh5/#/home'
}</script><link rel="shortcut icon" href=./logo.ico><link href=./static/css/main.6279de1a0cb460b0ee20ea52f122fc13.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src="https://v1.cnzz.com/z_stat.php?id=1279964973&web_id=1279964973"></script><script type=text/javascript src=./static/js/manifest.eb94ac8d77c9f65d2088.js></script><script type=text/javascript src=./static/js/vendor.0f904a2f9d54c2874bc3.js></script><script type=text/javascript src=./static/js/main.66464ac518064dacac96.js></script></body></html>
\ No newline at end of file
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