yskj/server/mall/config/api.ts
aiShuiJiaoDeXioShou 2bbb32adf6
Some checks failed
Deploy Pages / build (push) Has been cancelled
Deploy Pages / deploy (push) Has been cancelled
后台编写王朝
2024-10-12 11:13:19 +08:00

8 lines
97 B
TypeScript

export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};