feat: 调整mock数据

This commit is contained in:
zdl
2025-11-04 20:17:56 +08:00
parent 7fdc9e26af
commit c7334191e5
5 changed files with 114 additions and 14 deletions

View File

@@ -130,7 +130,7 @@ export const stockHandlers = [
try {
const stocks = generateStockList();
console.log('[Mock Stock] 获取股票列表成功:', { count: stocks.length });
// console.log('[Mock Stock] 获取股票列表成功:', { count: stocks.length }); // 已关闭:减少日志
return HttpResponse.json(stocks);
} catch (error) {