diff --git a/src/main/java/com/stonedt/intelligence/quartz/SynthesizeSchedule.java b/src/main/java/com/stonedt/intelligence/quartz/SynthesizeSchedule.java index 8dbbcd3..7eb2b72 100644 --- a/src/main/java/com/stonedt/intelligence/quartz/SynthesizeSchedule.java +++ b/src/main/java/com/stonedt/intelligence/quartz/SynthesizeSchedule.java @@ -94,7 +94,7 @@ public class SynthesizeSchedule { * 模板消息 */ - //@PostConstruct +// @PostConstruct // @Scheduled(cron = "0 30 4 * * ?") //@Scheduled(fixedDelay = 1000*60*2) // diff --git a/src/main/resources/static/dist/displayboard/displayboard.js b/src/main/resources/static/dist/displayboard/displayboard.js index 17568ad..750837c 100644 --- a/src/main/resources/static/dist/displayboard/displayboard.js +++ b/src/main/resources/static/dist/displayboard/displayboard.js @@ -135,7 +135,6 @@ function reprintPO(){ for (let i = 0; i < 5; i++) { let reprint = reprintPO[i] // console.log(reprint) - debugger; let emotionalIndex switch(reprint.emotionalIndex){ case 1:emotionalIndex = '正面';break; @@ -163,9 +162,7 @@ $("#search-tab li").on("click", function () { function showPushPO(type){ // console.log(push_PO) - debugger; // console.log(escape2Html(push_PO)) - debugger; let pushPO = JSON.parse(escape2Html(push_PO)) let list if(type == 1){ @@ -735,7 +732,6 @@ function tecentvedio(){ * @returns */ function wexin(){ - debugger; loading('#weixin'); if(!(!hot_wechat)){ let wechat = JSON.parse(escape2Html(hot_wechat)) diff --git a/src/main/resources/templates/displayboard/displayboard.html b/src/main/resources/templates/displayboard/displayboard.html index b89ca98..651ae0f 100644 --- a/src/main/resources/templates/displayboard/displayboard.html +++ b/src/main/resources/templates/displayboard/displayboard.html @@ -1283,17 +1283,18 @@ }, { x: "切身利益", - value: 94721"src/main/java/com/stonedt/intelligence/util/HotWordsUtil.java" + value: 94721 }, { x: "社会", value: 440721 }, ] + debugger; if(!(!hot_search_terms)){ a = JSON.parse(escape2Html(hot_search_terms)) } - debugger; + anychart.onDocumentReady(function() { var chart = anychart.tagCloud(a); chart.container("keywords");