linwenxin 5 ماه پیش
والد
کامیت
87a8d37c8b
1فایلهای تغییر یافته به همراه1 افزوده شده و 11 حذف شده
  1. 1 11
      src/api/announcement.js

+ 1 - 11
src/api/announcement.js

@@ -1,15 +1,5 @@
 import request, { postBlob, getBlob, handleImport } from '@/utils/request'
 
-for(var i=0;i<1;i++){
-  request({
-    url: `/order/refund/test`,
-    method: 'post',
-  }).then(res=>{
-    console.log(JSON.parse(res.data),"bkuyboiun")
-  })
-}
-
-
 export function zfapiNoticeDetail(params) {
   return request({
     url: '/notice/detail',
@@ -80,4 +70,4 @@ export function getNoticeDetail(params) {
     method: 'get',
     params
   })
-}
+}