eshowMobile.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta content="yes" name="apple-mobile-web-app-capable" />
  8. <meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no" />
  9. <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/iconfont/iconfont.css"/>
  10. <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/iconfontQJ1.1.0/iconfont.css"/>
  11. <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/iconfontVR/iconfont.css"/>
  12. <link rel="stylesheet" href="//at.alicdn.com/t/font_2947721_fdnuf7rzr.css"/>
  13. <link rel="stylesheet" href="//at.alicdn.com/t/font_1064953_6ikt2gc1snb.css"/>
  14. <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/animate/animate.min.css" />
  15. <link rel="icon" href="./favicon.ico" />
  16. <!-- <style>
  17. #consoleLog{
  18. width: 120px;
  19. height: 153px;
  20. position: fixed;
  21. right: 0px;
  22. bottom: 160px;
  23. z-index: 999999;
  24. color: black;
  25. opacity: 0.9;
  26. font-size: 12px;
  27. }
  28. </style> -->
  29. <title>VR作品</title>
  30. </head>
  31. <body>
  32. <div id="app"></div>
  33. <!-- built files will be auto injected -->
  34. <script src="<%= VUE_APP_STATIC_DIR %>/lib/jquery-2.1.1.min.js"></script>
  35. <script src="<%= VUE_APP_STATIC_DIR %>/lib/krpano/js/tour.js"></script>
  36. <script src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
  37. <!--
  38. <script>
  39. let href = window.location.href
  40. var changeLog = ()=>{
  41. if(href.indexOf('724')>-1){
  42. var textarea = document.createElement('textarea');
  43. textarea.id = "consoleLog";
  44. document.getElementsByTagName("body")[0].appendChild(textarea);
  45. var list = ["log", "error", "warn", "debug", "info", "time", "timeEnd"]
  46. var exchange = function (o) {
  47. console["old" + o] = console[o];
  48. console[o] = function (str) {
  49. console["old" + o](str);
  50. var t = document.getElementById("consoleLog").innerHTML;
  51. document.getElementById("consoleLog").innerHTML = str + "\n\n" + t;
  52. }
  53. }
  54. for (var i = 0; i < list.length; i++) {
  55. exchange(list[i])
  56. }
  57. }
  58. }
  59. setTimeout(() => {
  60. changeLog()
  61. }, 1000);
  62. </script> -->
  63. </body>
  64. </html>