|
@@ -62,11 +62,16 @@ export const constantRouterMap = [
|
|
|
component: () => import('@/views/base/theme/Index')
|
|
component: () => import('@/views/base/theme/Index')
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: '/base/software/open',
|
|
|
|
|
|
|
+ path: '/base/software/index',
|
|
|
name: 'BaseSoftwareIndex',
|
|
name: 'BaseSoftwareIndex',
|
|
|
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/system/index',
|
|
path: '/base/system/index',
|
|
|
name: 'BaseSystemIndex',
|
|
name: 'BaseSystemIndex',
|
|
|
component: () => import('@/views/base/system/Index')
|
|
component: () => import('@/views/base/system/Index')
|