From 8e886e539075fb819d7ddb4b8c3f263e01351e50 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 26 三月 2025 10:33:17 +0800
Subject: [PATCH] 添加归档功能

---
 src/api/system/dept.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/system/dept.js b/src/api/system/dept.js
index 1984d5d..a2d59e4 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -37,7 +37,7 @@
 // 新增部门
 export function addDept(data) {
   return request({
-    url: '/system/dept/add',
+    url: '/system/dept',
     method: 'post',
     data: data
   })

--
Gitblit v1.9.2