123456789101112131415161718192021222324252627282930313233 |
- <!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",
- // staticHost: "//aft.hnzhiming.com",
- // uploadPath: "/data/wwwroot/aft/upload",
- // uploadPrivatePath: "/data/upload"
- // };
- </script>
- </head>
- <body>
- <div id="root"></div>
- </body>
- </html>
|