|
@@ -27,7 +27,7 @@
|
|
|
html,
|
|
|
body{
|
|
|
font-family: '黑体';
|
|
|
- }</style><link href=./static/css/app.e46ad46f72a3776a304ee02163806000.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.acbd8cb5870df69e0141.js></script><script type=text/javascript src=./static/js/app.a0fb79f8f44efa3ea565.js></script></body></html><script>function stopSafari() {
|
|
|
+ }</style><link href=./static/css/app.551517f743651e6a957b1ca1487d4d47.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.acbd8cb5870df69e0141.js></script><script type=text/javascript src=./static/js/app.975edeae9a8e952c8dd2.js></script></body></html><script>function stopSafari() {
|
|
|
//阻止safari浏览器双击放大功能
|
|
|
let lastTouchEnd = 0 //更新手指弹起的时间
|
|
|
document.documentElement.addEventListener("touchstart", function (event) {
|
|
@@ -53,6 +53,22 @@
|
|
|
|
|
|
window.onload = () => {
|
|
|
stopSafari();
|
|
|
+ try{
|
|
|
+ if(window.parent.U){
|
|
|
+ topU = window.parent
|
|
|
+ }
|
|
|
+ }catch(e){
|
|
|
+ try {
|
|
|
+ if(window.parent.parent.U){
|
|
|
+ topU = window.parent.parent
|
|
|
+ }
|
|
|
+ } catch (error) {
|
|
|
+ if(window.top.U){
|
|
|
+ topU = window.top
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ window.topU = topU
|
|
|
}
|
|
|
|
|
|
document.domain = "cocorobo.cn"</script>
|