|
@@ -34,6 +34,15 @@
|
|
|
<!-- windows phone 点击无高光 -->
|
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
|
<title>酷乐秀</title>
|
|
|
+ <script>
|
|
|
+ if(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i.test(navigator.userAgent)){
|
|
|
+ if (/(localhost)/ig.test(location.origin)) {
|
|
|
+ location.href = 'https://dev.colexiu.com/mobile'
|
|
|
+ } else {
|
|
|
+ location.href = location.origin + '/mobile'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ </script>
|
|
|
<script type="module" crossorigin src="./assets/index.9dd659e5.js"></script>
|
|
|
<link rel="modulepreload" href="./assets/vendor.402ecc1a.js">
|
|
|
<link rel="stylesheet" href="./assets/index.a6cb7bb9.css">
|