refactor(routes): 移除调试聊天页面路由
移除不再使用的debug聊天页面路由,解决debug页面丢失问题
This commit is contained in:
parent
d230dcc91d
commit
dbfcc1b011
|
@ -24,11 +24,6 @@ export enum Routes {
|
||||||
}
|
}
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
|
||||||
path: '/debug/chat',
|
|
||||||
component: '@/pages/debug/chat-debug',
|
|
||||||
layout: false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: '/login',
|
path: '/login',
|
||||||
component: '@/pages/login',
|
component: '@/pages/login',
|
||||||
|
|
Loading…
Reference in New Issue