diff --git a/frontend/src/components/layout/LayoutDsl.vue b/frontend/src/components/layout/LayoutDsl.vue index ae902b7d8..1c17fcd62 100644 --- a/frontend/src/components/layout/LayoutDsl.vue +++ b/frontend/src/components/layout/LayoutDsl.vue @@ -46,6 +46,10 @@ const toWorkspace = () => { const toChatIndex = () => { router.push('/chat/index') } + +const toUserIndex = () => { + router.push('/system/user') +} const route = useRoute() const showSysmenu = computed(() => { return route.path.includes('/system') @@ -56,7 +60,7 @@ const showSysmenu = computed(() => {