| 1234567891011121314151617181920212223242526272829303132 | <!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.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>
 |