liuxiaona 2 gadi atpakaļ
vecāks
revīzija
e97bf57781

+ 6 - 4
.idea/workspace.xml

@@ -2,9 +2,11 @@
2 2
 <project version="4">
3 3
   <component name="ChangeListManager">
4 4
     <list default="true" id="326b77ef-a0bc-4d8a-bd1c-34c4541ee400" name="Changes" comment="">
5
-      <change afterPath="$PROJECT_DIR$/project/src/components/dataBoard/playletFansActTrend.vue" afterDir="false" />
6
-      <change afterPath="$PROJECT_DIR$/project/src/components/dataBoard/thePublicTrend.vue" afterDir="false" />
7
-      <change beforePath="$PROJECT_DIR$/project/src/router/allRouter.js" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/router/allRouter.js" afterDir="false" />
5
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
+      <change beforePath="$PROJECT_DIR$/project/src/assets/config/interface_api.js" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/assets/config/interface_api.js" afterDir="false" />
7
+      <change beforePath="$PROJECT_DIR$/project/src/components/dataBoard/playletData.vue" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/components/dataBoard/playletData.vue" afterDir="false" />
8
+      <change beforePath="$PROJECT_DIR$/project/src/components/dataBoard/playletFansActTrend.vue" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/components/dataBoard/playletFansActTrend.vue" afterDir="false" />
9
+      <change beforePath="$PROJECT_DIR$/project/src/components/dataBoard/thePublicTrend.vue" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/components/dataBoard/thePublicTrend.vue" afterDir="false" />
8 10
     </list>
9 11
     <option name="SHOW_DIALOG" value="false" />
10 12
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -80,7 +82,7 @@
80 82
       <workItem from="1652061471731" duration="10722000" />
81 83
       <workItem from="1652166348383" duration="10980000" />
82 84
       <workItem from="1652234936568" duration="14227000" />
83
-      <workItem from="1652406821567" duration="7210000" />
85
+      <workItem from="1652406821567" duration="19451000" />
84 86
     </task>
85 87
     <servers />
86 88
   </component>

+ 5 - 1
project/src/assets/config/interface_api.js

@@ -110,7 +110,11 @@ var api = {
110 110
   pitcher_getCorpIdList: "/api/pitcher/getCorpIdList",
111 111
   pitcher_setAccountReportConf: "/api/pitcher/setAccountReportConf",
112 112
   authorize_accountGroupList: "/api/authorize/accountGroupList",
113
-  admin_del: "/api/admin/del"
113
+  admin_del: "/api/admin/del",
114
+  officialTrendTotal: "/api/stat/officialTrendTotal",
115
+  officialTrendList: "/api/stat/officialTrendList",
116
+  activeFansData: "/api/statistics/activeFansData",
117
+
114 118
 };
115 119
 
116 120
 export { api };

+ 1 - 1
project/src/components/dataBoard/playletData.vue

@@ -526,4 +526,4 @@ export default {
526 526
     max-height: initial !important;
527 527
   }
528 528
 }
529
-</style>
529
+</style>

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 74 - 20
project/src/components/dataBoard/playletFansActTrend.vue


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 148 - 48
project/src/components/dataBoard/thePublicTrend.vue