From c7bbc2936d13523042187b112e72ea9b5b5566a2 Mon Sep 17 00:00:00 2001
From: lefengyang <lefengyang@tencent.com>
Date: Thu, 27 Aug 2026 21:23:40 +0800
Subject: [PATCH] 颜色选择器
---
ledApp/api/api.js | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/ledApp/api/api.js b/ledApp/api/api.js
index 8a32d56..6f0179c 100644
--- a/ledApp/api/api.js
+++ b/ledApp/api/api.js
@@ -1,8 +1,3 @@
-// post请求,获取菜单
-export const postMenu = (params, config = {}) => uni.$uv.http.post('/ebapi/public_api/index', params, config)
-
-// get请求,获取菜单,注意:get请求的配置等,都在第二个参数中,详见前面解释
-export const getMenu = (data) => uni.$uv.http.get('/ebapi/public_api/index', data)
// 登录
export const login = (data) => uni.$uv.http.post("/login", data);
--
Gitblit v1.10.0