From b20b8188b4d684fe75f9bb1825bb9f99ee8357b1 Mon Sep 17 00:00:00 2001 From: bobi Date: Mon, 28 Oct 2019 12:33:14 +0800 Subject: [PATCH] =?UTF-8?q?fixed=C2=8C:=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/layui/lay/okmodules/okMock.js | 14 +++++++------- pages/often/article.html | 2 +- pages/often/bbs.html | 2 +- pages/often/download.html | 2 +- pages/often/image.html | 2 +- pages/often/link.html | 2 +- pages/often/message.html | 2 +- pages/often/product.html | 2 +- pages/often/task.html | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/layui/lay/okmodules/okMock.js b/lib/layui/lay/okmodules/okMock.js index 0fa2c8c..c3f9a0b 100644 --- a/lib/layui/lay/okmodules/okMock.js +++ b/lib/layui/lay/okmodules/okMock.js @@ -16,28 +16,28 @@ layui.define([], function(exprots) { list: "http://rap2api.taobao.org/app/mock/233041/permission/list", }, article: { - list: "https://www.easy-mock.com/mock/5d5d0dd46cfcbd1b8627bf1d/ok-admin-v2.0/article/list" + list: "http://rap2api.taobao.org/app/mock/233041/article/list" }, task: { - list: "https://www.easy-mock.com/mock/5d5d0dd46cfcbd1b8627bf1d/ok-admin-v2.0/task/list" + list: "http://rap2api.taobao.org/app/mock/233041/task/list" }, link: { - list: "https://www.easy-mock.com/mock/5d5d0dd46cfcbd1b8627bf1d/ok-admin-v2.0/link/list" + list: "http://rap2api.taobao.org/app/mock/233041/link/list" }, product: { - list: "https://www.easy-mock.com/mock/5d5d0dd46cfcbd1b8627bf1d/ok-admin-v2.0/product/list" + list: "http://rap2api.taobao.org/app/mock/233041/product/list" }, log: { list: "https://easy-mock.com/mock/5d0ce725424f15399a6c2068/okadmin/log/list" }, message: { - list: "https://www.easy-mock.com/mock/5d5d0dd46cfcbd1b8627bf1d/ok-admin-v2.0/message/list" + list: "http://rap2api.taobao.org/app/mock/233041/message/list" }, download: { - list: "https://www.easy-mock.com/mock/5d5d0dd46cfcbd1b8627bf1d/ok-admin-v2.0/download/list" + list: "http://rap2api.taobao.org/app/mock/233041/download/list" }, bbs: { - list: "https://www.easy-mock.com/mock/5d5d0dd46cfcbd1b8627bf1d/ok-admin-v2.0/bbs/list" + list: "http://rap2api.taobao.org/app/mock/233041/bbs/list" } } }; diff --git a/pages/often/article.html b/pages/often/article.html index a45d123..ca4b943 100644 --- a/pages/often/article.html +++ b/pages/often/article.html @@ -60,7 +60,7 @@ size: "sm", cols: [[ {type: "checkbox", fixed: "left"}, - {field: "guid", title: "GUID", width: 280, sort: true}, + {field: "id", title: "ID", width: 170, sort: true}, {field: "title", title: "标题", width: 350}, {field: "url", title: "链接", width: 250, templet: "#urlTpl"}, {field: "publisher", title: "发布者", width: 100}, diff --git a/pages/often/bbs.html b/pages/often/bbs.html index 254c503..b622a43 100644 --- a/pages/often/bbs.html +++ b/pages/often/bbs.html @@ -61,7 +61,7 @@ size: "sm", cols: [[ {type: "checkbox", fixed: "left"}, - {field: "guid", title: "GUID", width: 280, sort: true}, + {field: "id", title: "ID", width: 170, sort: true}, {field: "username", title: "发帖人", width: 100}, {field: "title", title: "标题", width: 250}, {field: "summary", title: "摘要", width: 300}, diff --git a/pages/often/download.html b/pages/often/download.html index 42bcb55..b6f38b0 100644 --- a/pages/often/download.html +++ b/pages/often/download.html @@ -60,7 +60,7 @@ size: "sm", cols: [[ {type: "checkbox", fixed: "left"}, - {field: "guid", title: "GUID", width: 280, sort: true}, + {field: "id", title: "ID", width: 170, sort: true}, {field: "name", title: "资源名称", width: 250}, {field: "remarks", title: "资源信息", width: 250}, {field: "url", title: "预览", width: 250, templet: "#urlTpl"}, diff --git a/pages/often/image.html b/pages/often/image.html index 53bbeae..ff051f0 100644 --- a/pages/often/image.html +++ b/pages/often/image.html @@ -60,7 +60,7 @@ size: "sm", cols: [[ {type: "checkbox", fixed: "left"}, - {field: "guid", title: "GUID", width: 280, sort: true}, + {field: "id", title: "ID", width: 170, sort: true}, {field: "title", title: "标题", width: 350}, {field: "url", title: "链接", width: 250, templet: "#urlTpl"}, {field: "publisher", title: "发布者", width: 100}, diff --git a/pages/often/link.html b/pages/often/link.html index 6fef16c..3c72fda 100644 --- a/pages/often/link.html +++ b/pages/often/link.html @@ -60,7 +60,7 @@ size: "sm", cols: [[ {type: "checkbox", fixed: "left"}, - {field: "guid", title: "GUID", width: 280, sort: true}, + {field: "id", title: "ID", width: 170, sort: true}, {field: "name", title: "名称", width: 100}, {field: "remarks", title: "备注", width: 310}, {field: "url", title: "链接", width: 250, templet: "#urlTpl"}, diff --git a/pages/often/message.html b/pages/often/message.html index 2c525d3..88537d7 100644 --- a/pages/often/message.html +++ b/pages/often/message.html @@ -60,7 +60,7 @@ size: "sm", cols: [[ {type: "checkbox", fixed: "left"}, - {field: "guid", title: "GUID", width: 280, sort: true}, + {field: "id", title: "ID", width: 170, sort: true}, {field: "username", title: "留言者", width: 100}, {field: "content", title: "留言内容", width: 300}, {field: "url", title: "文章链接", width: 250, templet: "#urlTpl"}, diff --git a/pages/often/product.html b/pages/often/product.html index c5a747e..cd836b4 100644 --- a/pages/often/product.html +++ b/pages/often/product.html @@ -60,7 +60,7 @@ size: "lg", cols: [[ {type: "checkbox", fixed: "left"}, - {field: "guid", title: "GUID", width: 320, sort: true}, + {field: "id", title: "ID", width: 170, sort: true}, {field: "name", title: "产品名称", width: 100}, {field: "logo", title: "产品LOGO", width: 150, templet: "#logoTpl"}, {field: "url", title: "产品官网", width: 200, templet: "#urlTpl"}, diff --git a/pages/often/task.html b/pages/often/task.html index 460f90d..500c43f 100644 --- a/pages/often/task.html +++ b/pages/often/task.html @@ -61,7 +61,7 @@ size: "sm", cols: [[ {type: "checkbox", fixed: "left"}, - {field: "guid", title: "GUID", width: 280, sort: true}, + {field: "id", title: "ID", width: 170, sort: true}, {field: "name", title: "任务名称", width: 150}, {field: "createTime", title: "任务创建时间", width: 150}, {field: "startTime", title: "任务开始时间", width: 150},