yapi/client/constants/variable.js
2017-07-26 22:09:13 +08:00

4 lines
69 B
JavaScript

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