| 12345678910111213141516171819202122232425262728293031323334 | 
							- <!DOCTYPE html>
 
- <html lang="en">
 
- <head>
 
-     <meta charset="utf-8">
 
-     <title>
 
-         <%= htmlWebpackPlugin.options.title %>
 
-     </title>
 
-     <script>
 
- //         window.userData = {
 
- //             mobile: "13600000000",
 
- //             nickname: "Lina",
 
- //             number: "80000",
 
- //             type: "0",
 
- //             email: "test@aft.com",
 
- //             createTime: "123456789000",
 
- //             lvl: "0"
 
- //         };
 
- //         window.adminData = {};
 
- //         window.globalConfig = {
 
- //             //context: "//aft.hnzhiming.com:8080/aft",
 
- //             context: "//127.0.0.1:8080/aft",
 
- //             staticHost: "//aft.hnzhiming.com",
 
- //             uploadPath: "/data/wwwroot/aft/upload",
 
- //             uploadPrivatePath: "/data/upload"
 
- //         };
 
-     </script>
 
- </head>
 
- <body>
 
-     <div id="root"></div>
 
- </body>
 
- </html>
 
 
  |