From a069ac339bfe4b57bc259dcc63af8a179d550e74 Mon Sep 17 00:00:00 2001
From: Michael Yang <fuhai999@gmail.com>
Date: 星期日, 13 四月 2025 16:40:49 +0800
Subject: [PATCH] refactor: Unified url path in "system" module

---
 aiflowy-ui-react/src/pages/system/Dicts.tsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/aiflowy-ui-react/src/pages/system/Dicts.tsx b/aiflowy-ui-react/src/pages/system/Dicts.tsx
index 548c9fd..8c983b8 100644
--- a/aiflowy-ui-react/src/pages/system/Dicts.tsx
+++ b/aiflowy-ui-react/src/pages/system/Dicts.tsx
@@ -150,6 +150,6 @@
 };
 
 export default {
-    path: "/system/dicts",
+    path: "/sys/dicts",
     element: Dicts,
 };

--
Gitblit v1.8.0