数据报表增加会员充值展示,用户列表增加全部会员数和会员余额展示

This commit is contained in:
2024-07-06 14:48:48 +08:00
parent 57e2eeb66d
commit addb27be82
4 changed files with 56 additions and 12 deletions

View File

@@ -38,6 +38,13 @@ npm run build:prod
#### 常见问题
0、运行报错
解决方案:
```
$env:NODE_OPTIONS="--openssl-legacy-provider"
```
1、linux 系统在安装依赖的时候会出现 node-sass 无法安装的问题
解决方案: