Browse Source

标的详情API

zerp 2 năm trước cách đây
mục cha
commit
e210c8442f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/tender.js

+ 1 - 1
src/api/tender.js

@@ -36,7 +36,7 @@ export function getQueryEdit(parms) {
 // 添加列表
 export function getQueryAdd(parms) {
   return request({
-    url: ' /common/bidding/logistics',
+    url: ' /bidding/logistics',
     method: 'post',
     data: parms
   })