From 0a377bc7bdfa6bffc927b74359b85413903895b0 Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Fri, 10 Dec 2021 17:01:41 +0800 Subject: [PATCH] =?UTF-8?q?zx-=E9=AA=A8=E6=9E=B6=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BrandInsight/index.vue | 20 +-- .../BrandInsight/weiboKolStoken/index.vue | 11 ++ .../weiboPortraitsStoken/index.vue | 28 ++++ .../weiboVolumeTrendStoken/index.vue | 3 + .../EventComparison/CWIECStoken/index.vue | 41 +++++ src/views/EventComparison/EventComparison.vue | 73 ++++++++- .../index.vue | 42 +++++ .../comparisonOfEventppStoken/index.vue | 153 ++++++++++++++++++ .../EventComparison/cotwiEcStoken/index.vue | 39 +++++ .../EventComparison/ecx-topStoken/index.vue | 119 ++++++++++++++ .../EventComparison/etc-ccStoken/index.vue | 69 ++++++++ .../EventComparison/eventSTMStoken/index.vue | 46 ++++++ .../EventComparison/inbcEcStoken/index.vue | 39 +++++ .../index.vue | 67 ++++++++ .../index.vue | 75 +++++++++ .../EventComparison/tirEcStoken/index.vue | 38 +++++ .../EventComparison/ttmEcStoken/index.vue | 59 +++++++ .../EventComparison/uadEcStoken/index.vue | 50 ++++++ .../EventComparison/wbcEcStoken/index.vue | 39 +++++ .../EventComparison/wtcEcStoken/index.vue | 63 ++++++++ .../EventComparison/wupEcStoken/index.vue | 89 ++++++++++ .../FollowPostIDModelAnalysisStoken/index.vue | 0 .../FollowPostUserActiveAreaStoken/index.vue | 61 +++++++ .../FollowPostUserAnalysisStoken/index.vue | 67 ++++++++ .../MainPostIDModelAnalysisStoken/index.vue | 42 +++++ .../MainPostUserActiveAreaStoken/index.vue | 52 ++++++ .../MainPostUserAnalysisStoken/index.vue | 64 ++++++++ .../SuspectedCarBlackIDStoken/index.vue | 45 ++++++ .../ThreadIDRegistrationTimeStoken/index.vue | 45 ++++++ src/views/ModelForumDetails/index.vue | 39 ++++- .../ModelForumDetails/mfdCharacters/index.vue | 19 ++- .../mfdCharactersStoken/index.vue | 0 .../mfdCommunicationTrendStoken/index.vue | 46 ++++++ .../mfdContentTypeStoken/index.vue | 58 +++++++ .../ModelForumDetails/mfdFollowPost/index.vue | 20 ++- .../ModelForumDetails/mfdMainPost/index.vue | 20 ++- .../mfdNegativeTopicStoken/index.vue | 52 ++++++ .../mfdPositiveTopicStoken/index.vue | 51 ++++++ src/views/ModelInsight/index.vue | 20 ++- .../mlForumHotTopicDirection/index.vue | 4 +- .../ModelInsight/mlSpreadTOPmodels/index.vue | 4 +- 41 files changed, 1843 insertions(+), 29 deletions(-) create mode 100644 src/views/EventComparison/CWIECStoken/index.vue create mode 100644 src/views/EventComparison/comparisonOfEventDisseminationChannelsStoken/index.vue create mode 100644 src/views/EventComparison/comparisonOfEventppStoken/index.vue create mode 100644 src/views/EventComparison/cotwiEcStoken/index.vue create mode 100644 src/views/EventComparison/ecx-topStoken/index.vue create mode 100644 src/views/EventComparison/etc-ccStoken/index.vue create mode 100644 src/views/EventComparison/eventSTMStoken/index.vue create mode 100644 src/views/EventComparison/inbcEcStoken/index.vue create mode 100644 src/views/EventComparison/positiveAndNegativeWordCloudContrastStoken/index.vue create mode 100644 src/views/EventComparison/profileOfAssociatedAuthorsOneStoken/index.vue create mode 100644 src/views/EventComparison/tirEcStoken/index.vue create mode 100644 src/views/EventComparison/ttmEcStoken/index.vue create mode 100644 src/views/EventComparison/uadEcStoken/index.vue create mode 100644 src/views/EventComparison/wbcEcStoken/index.vue create mode 100644 src/views/EventComparison/wtcEcStoken/index.vue create mode 100644 src/views/EventComparison/wupEcStoken/index.vue create mode 100644 src/views/ModelForumDetails/FollowPostIDModelAnalysisStoken/index.vue create mode 100644 src/views/ModelForumDetails/FollowPostUserActiveAreaStoken/index.vue create mode 100644 src/views/ModelForumDetails/FollowPostUserAnalysisStoken/index.vue create mode 100644 src/views/ModelForumDetails/MainPostIDModelAnalysisStoken/index.vue create mode 100644 src/views/ModelForumDetails/MainPostUserActiveAreaStoken/index.vue create mode 100644 src/views/ModelForumDetails/MainPostUserAnalysisStoken/index.vue create mode 100644 src/views/ModelForumDetails/SuspectedCarBlackIDStoken/index.vue create mode 100644 src/views/ModelForumDetails/ThreadIDRegistrationTimeStoken/index.vue create mode 100644 src/views/ModelForumDetails/mfdCharactersStoken/index.vue create mode 100644 src/views/ModelForumDetails/mfdCommunicationTrendStoken/index.vue create mode 100644 src/views/ModelForumDetails/mfdContentTypeStoken/index.vue create mode 100644 src/views/ModelForumDetails/mfdNegativeTopicStoken/index.vue create mode 100644 src/views/ModelForumDetails/mfdPositiveTopicStoken/index.vue diff --git a/src/views/BrandInsight/index.vue b/src/views/BrandInsight/index.vue index 78ce0d6..4be1369 100644 --- a/src/views/BrandInsight/index.vue +++ b/src/views/BrandInsight/index.vue @@ -53,10 +53,10 @@ - + - - + +
@@ -64,10 +64,10 @@ 论坛详情
- + - - + @@ -83,17 +83,17 @@ 尾翼详情
- + - - + - +
diff --git a/src/views/BrandInsight/weiboKolStoken/index.vue b/src/views/BrandInsight/weiboKolStoken/index.vue index 49b2400..ba08a45 100644 --- a/src/views/BrandInsight/weiboKolStoken/index.vue +++ b/src/views/BrandInsight/weiboKolStoken/index.vue @@ -10,6 +10,17 @@ diff --git a/src/views/BrandInsight/weiboPortraitsStoken/index.vue b/src/views/BrandInsight/weiboPortraitsStoken/index.vue index 04176ae..4c9f98d 100644 --- a/src/views/BrandInsight/weiboPortraitsStoken/index.vue +++ b/src/views/BrandInsight/weiboPortraitsStoken/index.vue @@ -8,6 +8,34 @@ --> diff --git a/src/views/BrandInsight/weiboVolumeTrendStoken/index.vue b/src/views/BrandInsight/weiboVolumeTrendStoken/index.vue index 1b7a1be..e80ed56 100644 --- a/src/views/BrandInsight/weiboVolumeTrendStoken/index.vue +++ b/src/views/BrandInsight/weiboVolumeTrendStoken/index.vue @@ -10,6 +10,9 @@
+
+ +
diff --git a/src/views/EventComparison/CWIECStoken/index.vue b/src/views/EventComparison/CWIECStoken/index.vue new file mode 100644 index 0000000..31767e0 --- /dev/null +++ b/src/views/EventComparison/CWIECStoken/index.vue @@ -0,0 +1,41 @@ + + + + + + + diff --git a/src/views/EventComparison/EventComparison.vue b/src/views/EventComparison/EventComparison.vue index 28f1515..5b413a4 100644 --- a/src/views/EventComparison/EventComparison.vue +++ b/src/views/EventComparison/EventComparison.vue @@ -14,35 +14,74 @@
+ + + + + +
+ + + + + +
+ + + + + +
+ + + + + + + + + + + +
+ + + + + +
+ + +
@@ -68,6 +107,22 @@ import wupEc from "./wupEc"; import tirEc from "./tirEc"; // import inbcEc from "./inbcEc" import ttmEc from "./ttmEc" +//骨架屏 +import ecxTopStoken from "./ecx-topStoken"; +import comparisonOfEventDisseminationChannelsStoken from "./comparisonOfEventDisseminationChannelsStoken"; +import profileOfAssociatedAuthorsOneStoken from "./profileOfAssociatedAuthorsOneStoken"; +import etcCcStoken from "./etc-ccStoken"; +import eventSTMStoken from "./eventSTMStoken"; +import comparisonOfEventppStoken from "./comparisonOfEventppStoken"; +import positiveAndNegativeWordCloudContrastStoken from "./positiveAndNegativeWordCloudContrastStoken"; +import CWIECStoken from "./CWIECStoken"; +import cotwiEcStoken from "./cotwiEcStoken"; +import wbcEcStoken from "./wbcEcStoken"; +import wtcEcStoken from "./wtcEcStoken"; +import uadEcStoken from "./uadEcStoken"; +import wupEcStoken from "./wupEcStoken"; +import tirEcStoken from "./tirEcStoken"; +import ttmEcStoken from "./ttmEcStoken" export default { name: "EventC", components: { @@ -86,7 +141,23 @@ export default { wupEc, // 微博用户画像 tirEc, // 尾翼信息趋势 // inbcEc, // 分渠道信息量 - ttmEc // 尾翼TOP媒体 + ttmEc, // 尾翼TOP媒体 + //骨架屏 + ecxTopStoken, // 头部 + comparisonOfEventDisseminationChannelsStoken, // 事件传播渠道对比 + etcCcStoken, // 事件调性对比 + profileOfAssociatedAuthorsOneStoken, // 关联作者概况 + eventSTMStoken, // 事件传播TOP媒体 + comparisonOfEventppStoken, // 事件传播历程对比 + positiveAndNegativeWordCloudContrastStoken, // 正负词云对比 + CWIECStoken, // 微博信息量对比 + cotwiEcStoken, // 微博互动人数对比 + wbcEcStoken, // 微博大V对比 + wtcEcStoken, // 微博调性对比 + uadEcStoken, // 用户区域分布 + wupEcStoken, // 微博用户画像 + tirEcStoken, // 尾翼信息趋势 + ttmEcStoken // 尾翼TOP媒体 }, data() { return { diff --git a/src/views/EventComparison/comparisonOfEventDisseminationChannelsStoken/index.vue b/src/views/EventComparison/comparisonOfEventDisseminationChannelsStoken/index.vue new file mode 100644 index 0000000..f48b6cf --- /dev/null +++ b/src/views/EventComparison/comparisonOfEventDisseminationChannelsStoken/index.vue @@ -0,0 +1,42 @@ + + + + + + diff --git a/src/views/EventComparison/comparisonOfEventppStoken/index.vue b/src/views/EventComparison/comparisonOfEventppStoken/index.vue new file mode 100644 index 0000000..5a04548 --- /dev/null +++ b/src/views/EventComparison/comparisonOfEventppStoken/index.vue @@ -0,0 +1,153 @@ + + + + + + diff --git a/src/views/EventComparison/cotwiEcStoken/index.vue b/src/views/EventComparison/cotwiEcStoken/index.vue new file mode 100644 index 0000000..3da8d13 --- /dev/null +++ b/src/views/EventComparison/cotwiEcStoken/index.vue @@ -0,0 +1,39 @@ + + + + + + + diff --git a/src/views/EventComparison/ecx-topStoken/index.vue b/src/views/EventComparison/ecx-topStoken/index.vue new file mode 100644 index 0000000..4b05a4e --- /dev/null +++ b/src/views/EventComparison/ecx-topStoken/index.vue @@ -0,0 +1,119 @@ + + + + + + diff --git a/src/views/EventComparison/etc-ccStoken/index.vue b/src/views/EventComparison/etc-ccStoken/index.vue new file mode 100644 index 0000000..8f770b0 --- /dev/null +++ b/src/views/EventComparison/etc-ccStoken/index.vue @@ -0,0 +1,69 @@ + + + + + + diff --git a/src/views/EventComparison/eventSTMStoken/index.vue b/src/views/EventComparison/eventSTMStoken/index.vue new file mode 100644 index 0000000..c09ce68 --- /dev/null +++ b/src/views/EventComparison/eventSTMStoken/index.vue @@ -0,0 +1,46 @@ + + + + + + diff --git a/src/views/EventComparison/inbcEcStoken/index.vue b/src/views/EventComparison/inbcEcStoken/index.vue new file mode 100644 index 0000000..df1ff6a --- /dev/null +++ b/src/views/EventComparison/inbcEcStoken/index.vue @@ -0,0 +1,39 @@ + + + + + + diff --git a/src/views/EventComparison/positiveAndNegativeWordCloudContrastStoken/index.vue b/src/views/EventComparison/positiveAndNegativeWordCloudContrastStoken/index.vue new file mode 100644 index 0000000..810ceb8 --- /dev/null +++ b/src/views/EventComparison/positiveAndNegativeWordCloudContrastStoken/index.vue @@ -0,0 +1,67 @@ + + + + + + diff --git a/src/views/EventComparison/profileOfAssociatedAuthorsOneStoken/index.vue b/src/views/EventComparison/profileOfAssociatedAuthorsOneStoken/index.vue new file mode 100644 index 0000000..6b21a04 --- /dev/null +++ b/src/views/EventComparison/profileOfAssociatedAuthorsOneStoken/index.vue @@ -0,0 +1,75 @@ + + + + + + diff --git a/src/views/EventComparison/tirEcStoken/index.vue b/src/views/EventComparison/tirEcStoken/index.vue new file mode 100644 index 0000000..b932507 --- /dev/null +++ b/src/views/EventComparison/tirEcStoken/index.vue @@ -0,0 +1,38 @@ + + + + + + diff --git a/src/views/EventComparison/ttmEcStoken/index.vue b/src/views/EventComparison/ttmEcStoken/index.vue new file mode 100644 index 0000000..d0701d6 --- /dev/null +++ b/src/views/EventComparison/ttmEcStoken/index.vue @@ -0,0 +1,59 @@ + + + + + + + diff --git a/src/views/EventComparison/uadEcStoken/index.vue b/src/views/EventComparison/uadEcStoken/index.vue new file mode 100644 index 0000000..ba1c367 --- /dev/null +++ b/src/views/EventComparison/uadEcStoken/index.vue @@ -0,0 +1,50 @@ + + + + + + diff --git a/src/views/EventComparison/wbcEcStoken/index.vue b/src/views/EventComparison/wbcEcStoken/index.vue new file mode 100644 index 0000000..c904e27 --- /dev/null +++ b/src/views/EventComparison/wbcEcStoken/index.vue @@ -0,0 +1,39 @@ + + + + + + + diff --git a/src/views/EventComparison/wtcEcStoken/index.vue b/src/views/EventComparison/wtcEcStoken/index.vue new file mode 100644 index 0000000..0111c11 --- /dev/null +++ b/src/views/EventComparison/wtcEcStoken/index.vue @@ -0,0 +1,63 @@ + + + + + + + diff --git a/src/views/EventComparison/wupEcStoken/index.vue b/src/views/EventComparison/wupEcStoken/index.vue new file mode 100644 index 0000000..2d99f82 --- /dev/null +++ b/src/views/EventComparison/wupEcStoken/index.vue @@ -0,0 +1,89 @@ + + + + + + diff --git a/src/views/ModelForumDetails/FollowPostIDModelAnalysisStoken/index.vue b/src/views/ModelForumDetails/FollowPostIDModelAnalysisStoken/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/views/ModelForumDetails/FollowPostUserActiveAreaStoken/index.vue b/src/views/ModelForumDetails/FollowPostUserActiveAreaStoken/index.vue new file mode 100644 index 0000000..6f0852d --- /dev/null +++ b/src/views/ModelForumDetails/FollowPostUserActiveAreaStoken/index.vue @@ -0,0 +1,61 @@ + + + + + + diff --git a/src/views/ModelForumDetails/FollowPostUserAnalysisStoken/index.vue b/src/views/ModelForumDetails/FollowPostUserAnalysisStoken/index.vue new file mode 100644 index 0000000..96d7425 --- /dev/null +++ b/src/views/ModelForumDetails/FollowPostUserAnalysisStoken/index.vue @@ -0,0 +1,67 @@ + + + + + + diff --git a/src/views/ModelForumDetails/MainPostIDModelAnalysisStoken/index.vue b/src/views/ModelForumDetails/MainPostIDModelAnalysisStoken/index.vue new file mode 100644 index 0000000..eae3661 --- /dev/null +++ b/src/views/ModelForumDetails/MainPostIDModelAnalysisStoken/index.vue @@ -0,0 +1,42 @@ + + + + + + \ No newline at end of file diff --git a/src/views/ModelForumDetails/MainPostUserActiveAreaStoken/index.vue b/src/views/ModelForumDetails/MainPostUserActiveAreaStoken/index.vue new file mode 100644 index 0000000..8ad5796 --- /dev/null +++ b/src/views/ModelForumDetails/MainPostUserActiveAreaStoken/index.vue @@ -0,0 +1,52 @@ + + + + + + diff --git a/src/views/ModelForumDetails/MainPostUserAnalysisStoken/index.vue b/src/views/ModelForumDetails/MainPostUserAnalysisStoken/index.vue new file mode 100644 index 0000000..92fde6a --- /dev/null +++ b/src/views/ModelForumDetails/MainPostUserAnalysisStoken/index.vue @@ -0,0 +1,64 @@ + + + + + + diff --git a/src/views/ModelForumDetails/SuspectedCarBlackIDStoken/index.vue b/src/views/ModelForumDetails/SuspectedCarBlackIDStoken/index.vue new file mode 100644 index 0000000..24b305c --- /dev/null +++ b/src/views/ModelForumDetails/SuspectedCarBlackIDStoken/index.vue @@ -0,0 +1,45 @@ + + + + + + diff --git a/src/views/ModelForumDetails/ThreadIDRegistrationTimeStoken/index.vue b/src/views/ModelForumDetails/ThreadIDRegistrationTimeStoken/index.vue new file mode 100644 index 0000000..6a0561a --- /dev/null +++ b/src/views/ModelForumDetails/ThreadIDRegistrationTimeStoken/index.vue @@ -0,0 +1,45 @@ + + + + + + diff --git a/src/views/ModelForumDetails/index.vue b/src/views/ModelForumDetails/index.vue index 389e0f5..b2256da 100644 --- a/src/views/ModelForumDetails/index.vue +++ b/src/views/ModelForumDetails/index.vue @@ -11,19 +11,40 @@
+ + + + + + + + +
+ + + + + +
+ + + + + +
@@ -40,6 +61,14 @@ import mfdMainPost from "./mfdMainPost" import mfdFollowPost from "./mfdFollowPost" import SuspectedCarBlackID from "./SuspectedCarBlackID" import ThreadIDRegistrationTime from "./ThreadIDRegistrationTime" +//骨架屏 +import mfdCommunicationTrendStoken from "./mfdCommunicationTrendStoken" +import mfdContentTypeStoken from "./mfdContentTypeStoken" +import mfdCharactersStoken from "./mfdCharactersStoken" +import mfdPositiveTopicStoken from "./mfdPositiveTopicStoken" +import mfdNegativeTopicStoken from "./mfdNegativeTopicStoken" +import SuspectedCarBlackIDStoken from "./SuspectedCarBlackIDStoken" +import ThreadIDRegistrationTimeStoken from "./ThreadIDRegistrationTimeStoken" export default { name: "ModelForumDetails", components: { @@ -52,7 +81,15 @@ export default { mfdMainPost, // 主帖ID mfdFollowPost, // 跟帖ID SuspectedCarBlackID, // 疑似车黑ID - ThreadIDRegistrationTime // 跟帖ID注册时间 + ThreadIDRegistrationTime, // 跟帖ID注册时间 + //骨架屏 + mfdCommunicationTrendStoken, // 论坛传播趋势 + mfdContentTypeStoken, // 论坛调性分布 + mfdCharactersStoken, // 数据对比分析 + mfdPositiveTopicStoken, // 正面话题分布 + mfdNegativeTopicStoken, // 负面话题分布 + SuspectedCarBlackIDStoken, // 疑似车黑ID + ThreadIDRegistrationTimeStoken // 跟帖ID注册时间 } }; diff --git a/src/views/ModelForumDetails/mfdCharacters/index.vue b/src/views/ModelForumDetails/mfdCharacters/index.vue index 66df62a..09d2294 100644 --- a/src/views/ModelForumDetails/mfdCharacters/index.vue +++ b/src/views/ModelForumDetails/mfdCharacters/index.vue @@ -18,8 +18,23 @@
- - +
+ + +
+ + +
diff --git a/src/views/ModelForumDetails/mfdCharactersStoken/index.vue b/src/views/ModelForumDetails/mfdCharactersStoken/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/views/ModelForumDetails/mfdCommunicationTrendStoken/index.vue b/src/views/ModelForumDetails/mfdCommunicationTrendStoken/index.vue new file mode 100644 index 0000000..d0efdc8 --- /dev/null +++ b/src/views/ModelForumDetails/mfdCommunicationTrendStoken/index.vue @@ -0,0 +1,46 @@ + + + + + + diff --git a/src/views/ModelForumDetails/mfdContentTypeStoken/index.vue b/src/views/ModelForumDetails/mfdContentTypeStoken/index.vue new file mode 100644 index 0000000..20c3400 --- /dev/null +++ b/src/views/ModelForumDetails/mfdContentTypeStoken/index.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/src/views/ModelForumDetails/mfdFollowPost/index.vue b/src/views/ModelForumDetails/mfdFollowPost/index.vue index ee738aa..b7cc1d2 100644 --- a/src/views/ModelForumDetails/mfdFollowPost/index.vue +++ b/src/views/ModelForumDetails/mfdFollowPost/index.vue @@ -10,9 +10,18 @@
+ + + + + + + + +
@@ -21,13 +30,20 @@ import FollowPostIDModelAnalysis from "../FollowPostIDModelAnalysis" import FollowPostUserAnalysis from "../FollowPostUserAnalysis" import FollowPostUserActiveArea from "../FollowPostUserActiveArea" +//骨架屏 +import FollowPostIDModelAnalysisStoken from "../FollowPostIDModelAnalysisStoken" +import FollowPostUserAnalysisStoken from "../FollowPostUserAnalysisStoken" +import FollowPostUserActiveAreaStoken from "../FollowPostUserActiveAreaStoken" export default { name: "mfdFollowPost", components: { FollowPostIDModelAnalysis, // 主帖ID车型分析 FollowPostUserAnalysis, // 主帖用户分析 - FollowPostUserActiveArea - + FollowPostUserActiveArea, + //骨架屏 + FollowPostIDModelAnalysisStoken, // 主帖ID车型分析 + FollowPostUserAnalysisStoken, // 主帖用户分析 + FollowPostUserActiveAreaStoken, } } diff --git a/src/views/ModelForumDetails/mfdMainPost/index.vue b/src/views/ModelForumDetails/mfdMainPost/index.vue index 0b4c899..b8f397b 100644 --- a/src/views/ModelForumDetails/mfdMainPost/index.vue +++ b/src/views/ModelForumDetails/mfdMainPost/index.vue @@ -10,9 +10,18 @@
+ + + + + + + + +
@@ -21,13 +30,20 @@ import MainPostIDModelAnalysis from "../MainPostIDModelAnalysis" import MainPostUserAnalysis from "../MainPostUserAnalysis" import MainPostUserActiveArea from "../MainPostUserActiveArea" +//骨架屏 +import MainPostIDModelAnalysisStoken from "../MainPostIDModelAnalysisStoken" +import MainPostUserAnalysisStoken from "../MainPostUserAnalysisStoken" +import MainPostUserActiveAreaStoken from "../MainPostUserActiveAreaStoken" export default { name: "mfdMainPost", components: { MainPostIDModelAnalysis, // 主帖ID车型分析 MainPostUserAnalysis, // 主帖用户分析 - MainPostUserActiveArea - + MainPostUserActiveArea, + //骨架屏 + MainPostIDModelAnalysisStoken, // 主帖ID车型分析 + MainPostUserAnalysisStoken, // 主帖用户分析 + MainPostUserActiveAreaStoken, } } diff --git a/src/views/ModelForumDetails/mfdNegativeTopicStoken/index.vue b/src/views/ModelForumDetails/mfdNegativeTopicStoken/index.vue new file mode 100644 index 0000000..c5c5a9e --- /dev/null +++ b/src/views/ModelForumDetails/mfdNegativeTopicStoken/index.vue @@ -0,0 +1,52 @@ + + + + + + diff --git a/src/views/ModelForumDetails/mfdPositiveTopicStoken/index.vue b/src/views/ModelForumDetails/mfdPositiveTopicStoken/index.vue new file mode 100644 index 0000000..5211c7d --- /dev/null +++ b/src/views/ModelForumDetails/mfdPositiveTopicStoken/index.vue @@ -0,0 +1,51 @@ + + + + + + diff --git a/src/views/ModelInsight/index.vue b/src/views/ModelInsight/index.vue index bb0d1ec..60e51e9 100644 --- a/src/views/ModelInsight/index.vue +++ b/src/views/ModelInsight/index.vue @@ -54,10 +54,10 @@ - + - - +
@@ -65,10 +65,10 @@ 论坛详情
- + - - + @@ -84,12 +84,18 @@ 尾翼详情
+ - + + + + +
diff --git a/src/views/ModelInsight/mlForumHotTopicDirection/index.vue b/src/views/ModelInsight/mlForumHotTopicDirection/index.vue index 0626671..12cb2f9 100644 --- a/src/views/ModelInsight/mlForumHotTopicDirection/index.vue +++ b/src/views/ModelInsight/mlForumHotTopicDirection/index.vue @@ -14,9 +14,9 @@
- + - +
diff --git a/src/views/ModelInsight/mlSpreadTOPmodels/index.vue b/src/views/ModelInsight/mlSpreadTOPmodels/index.vue index 315b96f..e90c81f 100644 --- a/src/views/ModelInsight/mlSpreadTOPmodels/index.vue +++ b/src/views/ModelInsight/mlSpreadTOPmodels/index.vue @@ -14,9 +14,9 @@
- + - +