dingdong-mall/common/js/globalData.js

6 lines
85 B
JavaScript

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