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.
 
 
 

93 lines
3.4 KiB

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