瀏覽代碼

对接口

liuxiaona 2 年之前
父節點
當前提交
e97bf57781

+ 6 - 4
.idea/workspace.xml

2
 <project version="4">
2
 <project version="4">
3
   <component name="ChangeListManager">
3
   <component name="ChangeListManager">
4
     <list default="true" id="326b77ef-a0bc-4d8a-bd1c-34c4541ee400" name="Changes" comment="">
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
     </list>
10
     </list>
9
     <option name="SHOW_DIALOG" value="false" />
11
     <option name="SHOW_DIALOG" value="false" />
10
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
12
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
80
       <workItem from="1652061471731" duration="10722000" />
82
       <workItem from="1652061471731" duration="10722000" />
81
       <workItem from="1652166348383" duration="10980000" />
83
       <workItem from="1652166348383" duration="10980000" />
82
       <workItem from="1652234936568" duration="14227000" />
84
       <workItem from="1652234936568" duration="14227000" />
83
-      <workItem from="1652406821567" duration="7210000" />
85
+      <workItem from="1652406821567" duration="19451000" />
84
     </task>
86
     </task>
85
     <servers />
87
     <servers />
86
   </component>
88
   </component>

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

110
   pitcher_getCorpIdList: "/api/pitcher/getCorpIdList",
110
   pitcher_getCorpIdList: "/api/pitcher/getCorpIdList",
111
   pitcher_setAccountReportConf: "/api/pitcher/setAccountReportConf",
111
   pitcher_setAccountReportConf: "/api/pitcher/setAccountReportConf",
112
   authorize_accountGroupList: "/api/authorize/accountGroupList",
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
 export { api };
120
 export { api };

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

526
     max-height: initial !important;
526
     max-height: initial !important;
527
   }
527
   }
528
 }
528
 }
529
-</style>
529
+</style>

File diff suppressed because it is too large
+ 74 - 20
project/src/components/dataBoard/playletFansActTrend.vue


File diff suppressed because it is too large
+ 148 - 48
project/src/components/dataBoard/thePublicTrend.vue