You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

86 lines
3.1 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <meta name="format-detection" content="telephone=no">
  10. <!--避免微信管理防盗链机制-->
  11. <meta name="referrer" content="no-referrer" />
  12. <meta http-equiv="X-UA-Compatible" content="chrome=1" />
  13. <link rel="stylesheet" href="<%= BASE_URL %>cdn/animate/3.5.2/animate.css">
  14. <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/avue.css">
  15. <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/index.css">
  16. <link rel="icon" href="<%= BASE_URL %>icon1.png">
  17. <script src="<%= BASE_URL %>cdn/js/circliful.js"></script>
  18. <title>AI销讲助手</title>
  19. <style>
  20. .el-message .el-icon-success {
  21. font-size: 18px;
  22. }
  23. .el-message .el-icon-error {
  24. font-size: 18px;
  25. }
  26. .el-message .el-icon-warning {
  27. font-size: 18px;
  28. }
  29. .el-message .el-icon-info {
  30. font-size: 18px;
  31. }
  32. .el-tabs__nav {
  33. font-size: 14px !important;
  34. }
  35. </style>
  36. <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
  37. </head>
  38. <body>
  39. <noscript>
  40. <strong>很抱歉,如果没有 JavaScript 支持,网站将不能正常工作。请启用浏览器的 JavaScript 然后继续。</strong>
  41. </noscript>
  42. <div id="app">
  43. <div class="avue-home">
  44. <div class="avue-home__main">
  45. <img class="avue-home__loading" src="./svg/loading-spin.svg" alt="loading">
  46. <div class="avue-home__title">
  47. 正在加载资源
  48. </div>
  49. <div class="avue-home__sub-title">
  50. 初次加载资源可能需要较多时间 请耐心等待
  51. </div>
  52. </div>
  53. <div class="avue-home__footer">
  54. <a href="https://pig4cloud.com/zh-cn" target="_blank">
  55. Copyright © 2020 pig4cloud.com</a>
  56. </div>
  57. </div>
  58. </div>
  59. <!-- built files will be auto injected -->
  60. <script src="<%= BASE_URL %>cdn/avue/index.js" charset="utf-8"></script>
  61. <script>
  62. var _hmt = _hmt || [];
  63. (function () {
  64. var hm = document.createElement('script')
  65. hm.src = 'https://hm.baidu.com/hm.js?0625618efb027ed02e88da84c121652e'
  66. var s = document.getElementsByTagName('script')[0]
  67. s.parentNode.insertBefore(hm, s)
  68. console.log('我进来执行了~~~~~~~~~~~~~~~~~~~~')
  69. let url = document.domain
  70. if (url == 'focus.hfju.com' || url == 'focus.aihxz.com') {
  71. document.querySelector('link[rel="icon"]').setAttribute('href', '<%= BASE_URL %>sh.png')
  72. } else if (url == 'zh.aihxz.com' || url == '127.0.0.1') {
  73. document.querySelector('link[rel="icon"]').setAttribute('href', '<%= BASE_URL %>img/logoIcon.jpg')
  74. document.title = '云筑在线'
  75. } else {
  76. document.querySelector('link[rel="icon"]').setAttribute('href', '<%= BASE_URL %>icon1.png')
  77. }
  78. })()
  79. </script>
  80. </body>
  81. </html>