refactor(routes): 移除调试聊天页面路由

移除不再使用的debug聊天页面路由,解决debug页面丢失问题
This commit is contained in:
zstar 2025-03-24 21:57:30 +08:00
parent d230dcc91d
commit dbfcc1b011
1 changed files with 0 additions and 5 deletions

View File

@ -24,11 +24,6 @@ export enum Routes {
}
const routes = [
{
path: '/debug/chat',
component: '@/pages/debug/chat-debug',
layout: false,
},
{
path: '/login',
component: '@/pages/login',