付晓文。 hace 1 mes
padre
commit
12f41dc373
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/merchantDish.js

+ 1 - 1
api/merchantDish.js

@@ -132,7 +132,7 @@ const api = {
 
 	/** 商品分页 */
 	packagePageList(params = {}) {
-		return http.post(`${PACKAGE_BASE}/pageList`, {
+		return http.post(`${PACKAGE_BASE}/pageListV2`, {
 			pageNo: 1,
 			pageSize: 20,
 			merchantId: getMerchantId(),