v3.9.0 里程碑版本发布

This commit is contained in:
JEECG
2025-11-26 11:25:35 +08:00
parent 1f73837b7d
commit 9919ae2bc5
380 changed files with 11450 additions and 4555 deletions

View File

@ -48,10 +48,9 @@ export default [
method: 'get',
response: ({ query }) => {
const { page = 1, pageSize = 20 } = query;
// update-begin--author:liaozhiyang---date:20240730---for【issues/6943】mock翻页之后数据id和图片没自动刷新
// 代码逻辑说明: 【issues/6943】mock翻页之后数据id和图片没自动刷新
const pageNo = +(query.pageNo ?? page);
return resultPageSuccess(pageNo, +pageSize, demoList);
// update-end--author:liaozhiyang---date:20240730---for【issues/6943】mock翻页之后数据id和图片没自动刷新
},
},
] as MockMethod[];