提交 00964579 authored 作者: 翟畅's avatar 翟畅

zc跳转地址

上级 6a29fd75
......@@ -21,7 +21,7 @@
<script type="text/javascript" src="http://api.map.baidu.com/library/SearchInfoWindow/1.5/src/SearchInfoWindow_min.js"></script>
<script type="text/javascript" src="http://lbsyun.baidu.com/custom/stylelist.js"></script>
<script type="text/javascript">
(function () {var sUserAgent = navigator.userAgent;if (sUserAgent.indexOf('Android') > -1 || sUserAgent.indexOf('iPhone') > -1 || sUserAgent.indexOf('iPad') > -1 || sUserAgent.indexOf('iPod') > -1 || sUserAgent.indexOf('Symbian') > -1) {location.href = 'http://www.class.com.cn/h5';} else {}})();
(function () {var sUserAgent = navigator.userAgent;if (sUserAgent.indexOf('Android') > -1 || sUserAgent.indexOf('iPhone') > -1 || sUserAgent.indexOf('iPad') > -1 || sUserAgent.indexOf('iPod') > -1 || sUserAgent.indexOf('Symbian') > -1) {location.href = 'http://www.class.com.cn/h5/#';} else {}})();
</script>
<style>
......
......@@ -38,9 +38,9 @@ export default {
break;
}
if(toUrl == ''){
window.location.href = this.CODE_URL + '/h5'
window.location.href = 'http://www.class.com.cn/h5/'
}else{
window.location.href = this.CODE_URL + '/h5' + toUrl + '?id=' + id
window.location.href = 'http://www.class.com.cn/h5' + toUrl + '?id=' + id
}
}
let newTime = Date.parse(new Date())
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论