魏超 5 gadus atpakaļ
vecāks
revīzija
3b7de9ea06
1 mainītis faili ar 0 papildinājumiem un 37 dzēšanām
  1. 0
    37
      src/services/apis.js

+ 0
- 37
src/services/apis.js Parādīt failu

@@ -715,43 +715,6 @@ export default {
715 715
     action: 'admin.taRole.get',
716 716
   },
717 717
  },
718
- groupActivity: {
719
-  list: {
720
-    url: `${prefix}/taShareActivity/list`,
721
-    method: 'get',
722
-    action: 'admin.taShareActivity.get',
723
-  },
724
-  add: {
725
-    url: `${prefix}/helpActivity/add`,
726
-    method: 'post',
727
-    action: 'admin.taRole.get',
728
-  },
729
-  details: {
730
-    url: `${prefix}/helpActivity/details`,
731
-    method: 'get',
732
-    action: 'admin.taRole.get',
733
-  },
734
-  update: {
735
-    url: `${prefix}/helpActivity/update`,
736
-    method: 'put',
737
-    action: 'admin.taRole.get',
738
-  },
739
-  finish: {
740
-    url: `${prefix}/taShareActivity/finish/:id`,
741
-    method: 'put',
742
-    action: 'admin.taShareActivity.finish',
743
-  },
744
-  top: {
745
-    url: `${prefix}/taShareActivity/weight`,
746
-    method: 'put',
747
-    action: 'admin.taShareActivity.weight',
748
-  },
749
-  record: {
750
-    url: `${prefix}/helpRecord`,
751
-    method: 'get',
752
-    action: 'admin.taRole.get',
753
-  },
754
- },
755 718
  groupActivity: {
756 719
   list: {
757 720
     url: `${prefix}/taShareActivity/list`,