From 03dca25fce674b24a5781fb834d144304f1b07b9 Mon Sep 17 00:00:00 2001 From: wangyi15124 Date: Tue, 17 May 2022 15:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8A=E6=97=A5=E7=83=AD=E7=82=B9=E7=9A=84?= =?UTF-8?q?=E7=83=AD=E7=82=B9=E6=90=9C=E7=B4=A2=E8=AF=8Dbug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/stonedt/intelligence/quartz/SynthesizeSchedule.java | 2 +- src/main/resources/static/dist/displayboard/displayboard.js | 4 ---- src/main/resources/templates/displayboard/displayboard.html | 5 +++-- 3 files changed, 4 insertions(+), 7 deletions(-) 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");