liyongli 1 سال پیش
والد
کامیت
a5783f5a3f
2فایلهای تغییر یافته به همراه12 افزوده شده و 1 حذف شده
  1. 11 0
      a.http
  2. 1 1
      src/views/UnionList/index.vue

+ 11 - 0
a.http

@@ -24,3 +24,14 @@ Content-Type: application/json;charset=UTF-8
 
 ### 内容日数据分析导出
 GET http://172.16.101.20:8762/cxzx-program/new-media/content/daily-export?start=2023-01-21&end=2023-01-31&app=西部网&version=
+
+
+### 总编室日数据分析
+POST http://172.16.101.20:8762/cxzx-program/union/list
+Content-Type: application/json;charset=UTF-8
+
+{
+  "start": "2024-01-01",
+  "end": "2024-01-31",
+  "app": "陕西头条"
+}

+ 1 - 1
src/views/UnionList/index.vue

@@ -269,7 +269,7 @@ export default {
   mounted() {
     //   应用列表
     const roleid =
-      JSON.parse(window.parent.localStorage.userinfo || '{}').roleid || '9999';
+      JSON.parse(window.parent.localStorage.userinfo || '{}').roleid || '';
     getRule({
       db: 'authplat',
       exportMark: '0',