<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>EAP5-Admin-Login</title> <% if(!htmlWebpackPlugin.vite){%> <script src="/webpackDll/vuelibs.dll.js"></script> <script src="/webpackDll/elementui.dll.js"></script> <script src="/webpackDll/vendor.dll.js"></script> <%}%> <script src="/eap.umd.js"></script> <script src="/project/setting/desktop/appsetting/js/1.0.0/appsetting.js" type="text/javascript"></script> </head> <body> <div id="app"></div> <% if(htmlWebpackPlugin.vite==true){%> <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> <!-- import Vue before Element --> <script src="https://unpkg.com/vue/dist/vue.js"></script> <!-- import JavaScript --> <script src="https://unpkg.com/element-ui/lib/index.js"></script> <script type="module" src="./index.js"></script> <%}%> <!-- built files will be auto injected --> </body> </html>