From 69a56969fe9ee4084a03f88a5c93123587b1df65 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 18 九月 2025 13:43:06 +0800
Subject: [PATCH] 档案管理

---
 src/api/system/menu.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/api/system/menu.js b/src/api/system/menu.js
index f6415c6..f859dbd 100644
--- a/src/api/system/menu.js
+++ b/src/api/system/menu.js
@@ -45,8 +45,8 @@
 // 淇敼鑿滃崟
 export function updateMenu(data) {
   return request({
-    url: '/system/menu',
-    method: 'put',
+    url: '/system/menu/edit',
+    method: 'post',
     data: data
   })
 }
@@ -54,7 +54,7 @@
 // 鍒犻櫎鑿滃崟
 export function delMenu(menuId) {
   return request({
-    url: '/system/menu/' + menuId,
-    method: 'delete'
+    url: '/system/menu/remove/' + menuId,
+    method: 'get',
   })
 }
\ No newline at end of file

--
Gitblit v1.9.3