feat: 增加单元测试功能

This commit is contained in:
chenj
2022-12-06 17:01:46 +08:00
parent 1154ec3099
commit 0ffe414725
7 changed files with 105 additions and 51 deletions

View File

@@ -31,10 +31,6 @@ const routes = [
path: '/detection/:typeName',
component: () => import('@/views/detections/Index')
},
{
path: '/temp',
component: () => import('@/views/Temp')
},
{
path: '/businessLog/viewer',
component: () => import('@/views/businessLog/Viewer')