魏超 5 년 전
부모
커밋
3b7de9ea06
1개의 변경된 파일0개의 추가작업 그리고 37개의 파일을 삭제
  1. 0
    37
      src/services/apis.js

+ 0
- 37
src/services/apis.js 파일 보기

715
     action: 'admin.taRole.get',
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
  groupActivity: {
718
  groupActivity: {
756
   list: {
719
   list: {
757
     url: `${prefix}/taShareActivity/list`,
720
     url: `${prefix}/taShareActivity/list`,