From 3942f01def4fac4da1cb546ae853b1795b7e9b74 Mon Sep 17 00:00:00 2001 From: simonkoson <28867558@qq.com> Date: Thu, 21 May 2026 19:47:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20App.jsx=20=E5=8A=A0=E5=85=A5=20RoleGuar?= =?UTF-8?q?d=EF=BC=8C/users=20=E4=BB=85=20zhipianren=EF=BC=8C/editor-desk?= =?UTF-8?q?=20=E4=BB=85=20zhipianren+zebian?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.jsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 3c51f7f..18255d8 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -9,7 +9,9 @@ import TPS from './pages/TPS/TPS' import KnowledgeBase from './pages/KnowledgeBase/KnowledgeBase' import Doco from './pages/Doco/Doco' import UserManage from './pages/UserManage/UserManage' +import EditorDesk from './pages/EditorDesk/EditorDesk' import AuthGuard from './components/AuthGuard/AuthGuard' +import RoleGuard from './components/AuthGuard/RoleGuard' const theme = { token: { @@ -39,7 +41,22 @@ function App() { } /> } /> } /> - } /> + + + + } + /> + + + + } + />