check issue #17

This commit is contained in:
yubaolee 2016-09-19 20:47:06 +08:00
parent 5412c8b7bd
commit 5385d4e03e

View File

@ -70,7 +70,7 @@
loginInfo: { url: 'Login', title: '登录', width: 400, height: 200 }, // 会话超时后弹出登录对话框
statusCode: { ok: 200, error: 300, timeout: 301 }, //[可选]
ajaxTimeout: 50000, //[可选]全局Ajax请求超时时间(毫秒)
pageInfo: { total: 'total', list:'rows', pageCurrent: 'page', pageSize: 'pageSize', orderField: 'orderField', orderDirection: 'orderDirection' }, //[可选]分页参数
pageInfo: { total: 'total', list:'rows', pageCurrent: 'pageCurrent', pageSize: 'pageSize', orderField: 'orderField', orderDirection: 'orderDirection' }, //[可选]分页参数
alertMsg: { displayPosition: 'topcenter', displayMode: 'slide', alertTimeout: 3000 }, //[可选]信息提示的显示位置,显隐方式,及[info/correct]方式时自动关闭延时(毫秒)
keys: { statusCode: 'statusCode', message: 'message' }, //[可选]
ui: {