(to?: any)
| 75 | } |
| 76 | |
| 77 | const isWsAdminRouter = (to?: any) => { |
| 78 | return wsAdminRouterList.some((item: string) => to?.path?.startsWith(item)) |
| 79 | } |
| 80 | const loadXpackStatic = () => { |
| 81 | if (document.getElementById('sqlbot_xpack_static')) { |
| 82 | return Promise.resolve() |
no test coverage detected