Skip to content

Commit f2c3968

Browse files
perf: Hide Settings Menu
1 parent f8fb141 commit f2c3968

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/router/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import chat from "@/views/chat/index.vue";
77
import ds from "@/views/ds/index.vue";
88
import DashboardEditor from "@/views/dashboard/editor/index.vue";
99
import Dashboard from "@/views/dashboard/index.vue";
10-
import setting from "@/views/setting/index.vue";
10+
// import setting from "@/views/setting/index.vue";
1111
import { watchRouter } from "./watch";
1212
const router = createRouter({
1313
history: createWebHashHistory(),
@@ -81,7 +81,7 @@ const router = createRouter({
8181
},
8282
],
8383
},
84-
{
84+
/* {
8585
path: "/setting",
8686
component: Layout,
8787
redirect: "/setting/index",
@@ -93,7 +93,7 @@ const router = createRouter({
9393
meta: { title: "Settings", icon: "setting" },
9494
},
9595
],
96-
},
96+
}, */
9797
{
9898
path: "/system",
9999
component: Layout,

0 commit comments

Comments
 (0)