提交商品发布错误bug

This commit is contained in:
lemon橪
2021-08-30 17:20:09 +08:00
parent 8dc3923a4f
commit 692f7b6dbf
3 changed files with 11 additions and 15 deletions

View File

@@ -8,11 +8,9 @@
<title>lili store</title>
<meta name="keywords" content="keywords" />
<meta name="description" content="description" />
<!-- built files will be auto injected -->
<% for(var css of htmlWebpackPlugin.options.cdn.css) { %>
<link rel="stylesheet" href="<%=css%>" />
<% } %>
<% for(var js of htmlWebpackPlugin.options.cdn.js) { %>
<script src="<%=js%>"></script>
<link rel="stylesheet" href="<%=css%>" />
<% } %>
<style>
.page-loading-wrap {
@@ -65,8 +63,10 @@
}
</style>
</head>
<body>
<% for(var js of htmlWebpackPlugin.options.cdn.js) { %>
<script src="<%=js%>"></script>
<% } %>
<noscript>
<strong
>We're sorry but lili-admin doesn't work properly without JavaScript
@@ -82,6 +82,5 @@
<h4 style="margin-top:20px;">正在加载资源...</h4>
</div>
</div>
<!-- built files will be auto injected -->
</body>
</html>