|
@@ -22,9 +22,9 @@ export const constantRouterMap = [
|
|
|
component: () => import('@/views/base/file/Index')
|
|
component: () => import('@/views/base/file/Index')
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: '/base/socket/index',
|
|
|
|
|
- name: 'BaseSocketIndex',
|
|
|
|
|
- component: () => import('@/views/base/socket/Index')
|
|
|
|
|
|
|
+ path: '/base/socket/ipc',
|
|
|
|
|
+ name: 'BaseSocketIpc',
|
|
|
|
|
+ component: () => import('@/views/base/socket/Ipc')
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '/base/db/index',
|
|
path: '/base/db/index',
|
|
@@ -67,11 +67,16 @@ export const constantRouterMap = [
|
|
|
component: () => import('@/views/base/software/Index')
|
|
component: () => import('@/views/base/software/Index')
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: '/base/httpserver/index',
|
|
|
|
|
- name: 'BaseHttpServerIndex',
|
|
|
|
|
- component: () => import('@/views/base/httpserver/Index')
|
|
|
|
|
|
|
+ path: '/base/socket/httpserver',
|
|
|
|
|
+ name: 'BaseSocketHttpServer',
|
|
|
|
|
+ component: () => import('@/views/base/socket/HttpServer')
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
|
|
+ path: '/base/socket/socketserver',
|
|
|
|
|
+ name: 'BaseSocketSocketServer',
|
|
|
|
|
+ component: () => import('@/views/base/socket/SocketServer')
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
path: '/base/system/index',
|
|
path: '/base/system/index',
|
|
|
name: 'BaseSystemIndex',
|
|
name: 'BaseSystemIndex',
|
|
|
component: () => import('@/views/base/system/Index')
|
|
component: () => import('@/views/base/system/Index')
|