src/api/listapi.js
@@ -41,6 +41,7 @@ data, }); }, // 管理员订单列表 orderList(data) { return request({ url: "/qyp/order/orderList", @@ -48,6 +49,14 @@ data, }); }, // 订单列表 orderBaseList(data) { return request({ url: "/qyp/order/orderBaseList", method: "post", data, }); }, payList(data) { return request({ url: "/qyp/order/payList",