mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 02:47:29 +08:00
feat(statistics): 添加店铺业绩、商品同比环比、销售订单明细及商品销售汇总报表视图和相关 API 接口
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="/config.js"></script>
|
||||
<script src="<%= BASE_URL %>config.js"></script>
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
|
||||
@@ -6,6 +6,7 @@ const resolve = (dir) => path.join(__dirname, dir);
|
||||
const enableProduction = process.env.NODE_ENV === "production";
|
||||
|
||||
module.exports = {
|
||||
publicPath: process.env.VUE_APP_PUBLIC_PATH || "/",
|
||||
outputDir: "dist",
|
||||
assetsDir: "static",
|
||||
css: {
|
||||
|
||||
Reference in New Issue
Block a user