diff --git a/data/navs.json b/data/navs.json index 6e70c2e..ba494e9 100644 --- a/data/navs.json +++ b/data/navs.json @@ -160,7 +160,13 @@ "href": "pages/often/image.html", "icon": "", "spread": false - } + }, + { + "title": "帖子列表", + "href": "pages/often/bbs.html", + "icon": "", + "spread": false + } ] }, { diff --git a/lib/layui/lay/okmodules/okMock.js b/lib/layui/lay/okmodules/okMock.js index 6f93bd6..c5c87b1 100644 --- a/lib/layui/lay/okmodules/okMock.js +++ b/lib/layui/lay/okmodules/okMock.js @@ -43,6 +43,9 @@ layui.define([], function(exprots) { }, download: { list: "https://www.easy-mock.com/mock/5d5d0dd46cfcbd1b8627bf1d/ok-admin-v2.0/download/list" + }, + bbs: { + list: "https://www.easy-mock.com/mock/5d5d0dd46cfcbd1b8627bf1d/ok-admin-v2.0/bbs/list" } } }; diff --git a/pages/often/bbs.html b/pages/often/bbs.html new file mode 100644 index 0000000..254c503 --- /dev/null +++ b/pages/often/bbs.html @@ -0,0 +1,210 @@ + + + + + 帖子列表 + + + + +
+ +
+ + 首页 + 常用页面 + 帖子列表 + + + + +
+ +
+ +
+ +
+
+ + + + + + + + + + + diff --git a/pages/often/link.html b/pages/often/link.html index c53c393..6fef16c 100644 --- a/pages/often/link.html +++ b/pages/often/link.html @@ -61,8 +61,8 @@ cols: [[ {type: "checkbox", fixed: "left"}, {field: "guid", title: "GUID", width: 280, sort: true}, - {field: "name", title: "名称", width: 350}, - {field: "remarks", title: "备注", width: 350}, + {field: "name", title: "名称", width: 100}, + {field: "remarks", title: "备注", width: 310}, {field: "url", title: "链接", width: 250, templet: "#urlTpl"}, {field: "status", title: "状态", width: 110, align: "center", templet: "#statusTpl"}, {field: "createTime", title: "创建时间", width: 150}, diff --git a/pages/often/message.html b/pages/often/message.html index 0770835..2c525d3 100644 --- a/pages/often/message.html +++ b/pages/often/message.html @@ -62,7 +62,7 @@ {type: "checkbox", fixed: "left"}, {field: "guid", title: "GUID", width: 280, sort: true}, {field: "username", title: "留言者", width: 100}, - {field: "content", title: "留言内容", width: 350}, + {field: "content", title: "留言内容", width: 300}, {field: "url", title: "文章链接", width: 250, templet: "#urlTpl"}, {field: "createTime", title: "留言时间", width: 150}, {field: "status", title: "状态", width: 110, align: "center", templet: "#statusTpl"}, diff --git a/pages/often/product.html b/pages/often/product.html index 22971d8..c5a747e 100644 --- a/pages/often/product.html +++ b/pages/often/product.html @@ -64,7 +64,7 @@ {field: "name", title: "产品名称", width: 100}, {field: "logo", title: "产品LOGO", width: 150, templet: "#logoTpl"}, {field: "url", title: "产品官网", width: 200, templet: "#urlTpl"}, - {field: "description", title: "产品描述", width: 100}, + {field: "description", title: "产品描述", width: 400}, {field: "createTime", title: "创建时间", width: 180}, {title: "操作", width: 100, align: "center", fixed: "right", templet: "#operationTpl"} ]], diff --git a/pages/often/task.html b/pages/often/task.html index c544419..460f90d 100644 --- a/pages/often/task.html +++ b/pages/often/task.html @@ -62,7 +62,7 @@ cols: [[ {type: "checkbox", fixed: "left"}, {field: "guid", title: "GUID", width: 280, sort: true}, - {field: "name", title: "任务名称", width: 350}, + {field: "name", title: "任务名称", width: 150}, {field: "createTime", title: "任务创建时间", width: 150}, {field: "startTime", title: "任务开始时间", width: 150}, {field: "endTime", title: "任务结束时间", width: 150},