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:
@@ -12,7 +12,7 @@ function resolve(dir) {
|
||||
// vue.config.js
|
||||
const vueConfig = {
|
||||
// 公共路径(必须有的)
|
||||
publicPath: '/',
|
||||
publicPath: process.env.VUE_APP_PUBLIC_PATH || '/',
|
||||
// 输出文件目录
|
||||
outputDir: 'dist',
|
||||
// 静态资源存放的文件夹(相对于ouputDir)
|
||||
|
||||
Reference in New Issue
Block a user