| 12345678910111213141516171819202122232425262728 | 
							- <!DOCTYPE html>
 
- <html lang="zh">
 
- <head>
 
-     <meta charset="UTF-8"/>
 
-     <link rel="icon" href="/favicon.ico"/>
 
-     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 
-     <link rel="stylesheet" href="/plugins/element-plus/index.css"/>
 
-     <link rel="stylesheet" href="/plugins/element-plus/theme-chalk/dark/css-vars.css"/>
 
-     <link rel="stylesheet" href="/plugins/remixicon/remixicon.css"/>
 
-     <link rel="stylesheet" href="/plugins/fonts/index.css"/>
 
-     <link rel="stylesheet" href="/plugins/css/loading.css">
 
- </head>
 
- <body>
 
- <div id="app">
 
-     <div class="loading">
 
-         <div class="loading-wrap">
 
-             <div class="loading-dots">
 
-                 <span class="dot dot-spin">
 
-                     <i></i><i></i><i></i><i></i>
 
-                 </span>
 
-             </div>
 
-             <div class="loading-title">系统加载中</div>
 
-         </div>
 
-     </div>
 
- </div>
 
- <script type="module" src="/src/main.js"></script>
 
- </body>
 
- </html>
 
 
  |