fix: 资产套餐历史流量显示逻辑
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 3m5s

This commit is contained in:
sexygoat
2026-06-11 14:36:31 +08:00
parent 5d78f24366
commit 50e4be4976

View File

@@ -1,7 +1,7 @@
{
"scripts": {
"dev:h5": "uni",
"build:h5": "cross-env UNI_INPUT_DIR=. uni build -p h5",
"build:h5": "cross-env UNI_INPUT_DIR=. uni build -p h5 --mode development",
"build:h5:production": "cross-env UNI_INPUT_DIR=. uni build -p h5 --mode production"
},
"devDependencies": {