Browse Source

删除重复shareGenerate

cldu 1 tuần trước cách đây
mục cha
commit
1efd100115
1 tập tin đã thay đổi với 0 bổ sung10 xóa
  1. 0 10
      src/api/common.js

+ 0 - 10
src/api/common.js

@@ -102,14 +102,4 @@ export function shareGenerate(params){
  */
 export function uploadImgAPi(params) {
     return post('/banner/upload',params)
-}
-
-
-/**
- * 获取复制链接
- * @param {*} params 
- * @returns 
- */
-export function shareGenerate(params){
-    return post('/report/share/generate',params)
 }