fix: 修改新增用户商品的配置项逻辑
Build and Deploy Vue3 / build (push) Successful in 4m9s
Build and Deploy Vue3 / deploy (push) Successful in 1m3s

This commit is contained in:
2026-04-06 18:44:11 +08:00
parent c07e09c151
commit f0e89695f4
36 changed files with 2078 additions and 190 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ const getFullStatsData = async () => {
// 获取第一页大量数据来进行统计,或者调用专门的统计接口
const statsParams = {
page: 1,
count: 1000, // 获取大量数据进行统计
count: 10, // 获取大量数据进行统计
server_id: '',
user_id: '',
key: queryParams.domain || ''