diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f8acc93..d53ee05 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,10 +1,8 @@ news: - # Nginx地址 - nginxAddress: http://192.168.0.104/ - # 门户服务器地址 - mainServerAddress: - # 新闻服务器地址 - serverAddress: http://192.168.0.104:8082/news/ + nginxAddress: http://192.168.0.104/ # Nginx地址 + mainServerAddress: # 门户服务器地址 + serverAddress: http://192.168.0.104:8082/news/ # 新闻服务器地址 + server: port: 8082 url: http://192.168.0.104:8082/news diff --git a/src/main/resources/static/route/newscontent/list-newscontentcheck.html b/src/main/resources/static/route/newscontent/list-newscontentcheck.html index bf7a95e..c779aa7 100644 --- a/src/main/resources/static/route/newscontent/list-newscontentcheck.html +++ b/src/main/resources/static/route/newscontent/list-newscontentcheck.html @@ -86,6 +86,7 @@ limit: 20, limits: [20, 40, 60, 80, 100, 200], toolbar: '#headerToolBar', + defaultToolbar: [], request: { pageName: 'page', limitName: 'rows' @@ -106,7 +107,7 @@ return '-'; } },*/ - {field: 'newsContentCheckStatus', width: 150, title: '审核状态', align:'center', + {field: 'newsContentCheckStatus', width: 100, title: '审核状态', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { @@ -147,7 +148,7 @@ } } }, - {field: 'newsContentTitle', width: 150, title: '新闻标题', align:'center', + {field: 'newsContentTitle', width: 250, title: '新闻标题', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {