index.html 3.3 KB

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