index.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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 http-equiv="X-UA-Compatible" content="chrome=1"/>
  7. <meta name="renderer" content="webkit">
  8. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
  9. <meta name="apple-mobile-web-app-capable" content="yes">
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  11. <meta name="format-detection" content="telephone=no">
  12. <link rel="stylesheet" href="<%= BASE_URL %>cdn/element-ui/2.15.1/theme-chalk/index.css">
  13. <link rel="stylesheet" href="<%= BASE_URL %>cdn/animate/3.5.2/animate.css">
  14. <link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/index.css">
  15. <link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/avue/iconfont.css">
  16. <link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/saber/iconfont.css">
  17. <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.8.25/index.css">
  18. <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
  19. <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
  20. <script src="https://cdn.staticfile.org/Sortable/1.10.0-rc2/Sortable.min.js"></script>
  21. <link rel="icon" href="<%= BASE_URL %>favicon.png">
  22. <title>Saber企业级开发平台</title>
  23. <style>
  24. html,
  25. body,
  26. #app {
  27. height: 100%;
  28. margin: 0;
  29. padding: 0;
  30. }
  31. .avue-home {
  32. background-color: #303133;
  33. height: 100%;
  34. display: flex;
  35. flex-direction: column;
  36. }
  37. .avue-home__main {
  38. user-select: none;
  39. width: 100%;
  40. flex-grow: 1;
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. flex-direction: column;
  45. }
  46. .avue-home__footer {
  47. width: 100%;
  48. flex-grow: 0;
  49. text-align: center;
  50. padding: 1em 0;
  51. }
  52. .avue-home__footer > a {
  53. font-size: 12px;
  54. color: #ABABAB;
  55. text-decoration: none;
  56. }
  57. .avue-home__loading {
  58. height: 32px;
  59. width: 32px;
  60. margin-bottom: 20px;
  61. }
  62. .avue-home__title {
  63. color: #FFF;
  64. font-size: 14px;
  65. margin-bottom: 10px;
  66. }
  67. .avue-home__sub-title {
  68. color: #ABABAB;
  69. font-size: 12px;
  70. }
  71. </style>
  72. </head>
  73. <body>
  74. <noscript>
  75. <strong>
  76. 很抱歉,如果没有 JavaScript 支持,Saber 将不能正常工作。请启用浏览器的 JavaScript 然后继续。
  77. </strong>
  78. </noscript>
  79. <div id="app">
  80. <div class="avue-home">
  81. <div class="avue-home__main">
  82. <img class="avue-home__loading" src="<%= BASE_URL %>svg/loading-spin.svg" alt="loading">
  83. <div class="avue-home__title">
  84. 正在加载资源
  85. </div>
  86. <div class="avue-home__sub-title d">
  87. 初次加载资源可能需要较多时间 请耐心等待
  88. </div>
  89. </div>
  90. <!-- <div class="avue-home__footer">-->
  91. <!-- <a href="https://bladex.vip" target="_blank">-->
  92. <!-- https://bladex.vip </a>-->
  93. <!-- </div>-->
  94. </div>
  95. </div>
  96. <!-- built files will be auto injected -->
  97. <script src="<%= BASE_URL %>util/aes.js" charset="utf-8"></script>
  98. <script src="<%= BASE_URL %>cdn/vue/2.6.10/vue.min.js" charset="utf-8"></script>
  99. <script src="<%= BASE_URL %>cdn/vuex/3.1.1/vuex.min.js" charset="utf-8"></script>
  100. <script src="<%= BASE_URL %>cdn/vue-router/3.0.1/vue-router.min.js" charset="utf-8"></script>
  101. <script src="<%= BASE_URL %>cdn/axios/1.0.0/axios.min.js" charset="utf-8"></script>
  102. <script src="<%= BASE_URL %>cdn/element-ui/2.15.1/index.js" charset="utf-8"></script>
  103. <script src="<%= BASE_URL %>cdn/avue/2.8.25/avue.min.js" charset="utf-8"></script>
  104. <script src="<%= BASE_URL %>cdn/echarts/5.3.2/echarts.common.js" charset="utf-8"></script>
  105. </body>
  106. </html>