yapi/client/constants/variable.js

4 lines
69 B
JavaScript
Raw Normal View History

export default {
PAGE_LIMIT: 10 // 默认每页展示10条数据
}