@@ -85,7 +85,7 @@ export const generatePriceTable = data => {
};
//所有花材
-export const allProduct = data => {
+export const allProduct = async data => {
return https.get("/product/all", data);