1234567891011121314151617181920212223242526272829303132333435363738 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>
- <%= htmlWebpackPlugin.options.title %>
- </title>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css">
- <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>
|