From 464303ce6bd30ad9a2aad5bc0b1c0be008986598 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期五, 22 九月 2023 09:51:36 +0800
Subject: [PATCH] style: 侧边栏hover样式调整

---
 src/api/productManage/product.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/productManage/product.js b/src/api/productManage/product.js
index 6a3f7af..7929fa8 100644
--- a/src/api/productManage/product.js
+++ b/src/api/productManage/product.js
@@ -31,3 +31,10 @@
     data
   })
 }
+
+// 娣诲姞浜у搧鑾峰彇浜у搧鍒楄〃
+export const getProductListFromGrpc = async (data) => {
+  return await axios.get(`/api/p/getProductListFromGrpc`, {
+    params: data
+  })
+}

--
Gitblit v1.8.0