From 7e6ac79baa48aa30a98e5343e013a9120f3dabae Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 03 七月 2025 16:28:06 +0800
Subject: [PATCH] update 移除商店中的商品显示 修改神厨页面

---
 api/customerManager.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/api/customerManager.js b/api/customerManager.js
index e69de29..b358cc5 100644
--- a/api/customerManager.js
+++ b/api/customerManager.js
@@ -0,0 +1,13 @@
+/**
+ * 瀹㈡埛绠$悊API
+ */
+import { http, Method } from "@/utils/request.js";
+
+export function getPage(param){
+	return http.request({
+		url:"/lmk/customer",
+		method: Method.GET,
+		needToken: true,
+		data:param
+	})
+}
\ No newline at end of file

--
Gitblit v1.8.0