From 5385d4e03e36a5f600341b02411b84c082ed68ff Mon Sep 17 00:00:00 2001 From: yubaolee Date: Mon, 19 Sep 2016 20:47:06 +0800 Subject: [PATCH] check issue #17 --- OpenAuth.Mvc/Views/Shared/_BjuiLayout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.Mvc/Views/Shared/_BjuiLayout.cshtml b/OpenAuth.Mvc/Views/Shared/_BjuiLayout.cshtml index 15f0a23c..6cdc89de 100644 --- a/OpenAuth.Mvc/Views/Shared/_BjuiLayout.cshtml +++ b/OpenAuth.Mvc/Views/Shared/_BjuiLayout.cshtml @@ -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: {