08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / project / demo / index.html
caibinghong on 13 Jul 2021 add
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <title>EAP5-Admin-Login</title>
	<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){%>
    <script type="module" src="./index.js"></script>
    <%}%>
      <!-- built files will be auto injected -->
</body>

</html>