File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import chat from "@/views/chat/index.vue";
77import ds from "@/views/ds/index.vue" ;
88import DashboardEditor from "@/views/dashboard/editor/index.vue" ;
99import Dashboard from "@/views/dashboard/index.vue" ;
10- import setting from "@/views/setting/index.vue" ;
10+ // import setting from "@/views/setting/index.vue";
1111import { watchRouter } from "./watch" ;
1212const 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 ,
You can’t perform that action at this time.
0 commit comments