dingdong-mall/common/js/globalData.js

6 lines
86 B
JavaScript

export default {
deptId: 101,
from: 'customer',
initPageNum: 1,
initPageSize: 20
}