Commit b8450f21 authored by whlviolin's avatar whlviolin

update

parent 6ffd3fe3
...@@ -59,7 +59,7 @@ export const asyncRoutes = [ ...@@ -59,7 +59,7 @@ export const asyncRoutes = [
component: Layout, component: Layout,
name: 'myData', name: 'myData',
redirect: '/myData', redirect: '/myData',
meta: { title: '通用工具子系统', icon: 'box-open',}, meta: { title: '数据查询', icon: 'box-open',},
children: [ children: [
{ {
path: '/myData', path: '/myData',
...@@ -115,6 +115,15 @@ export const asyncRoutes = [ ...@@ -115,6 +115,15 @@ export const asyncRoutes = [
affix: true, affix: true,
}, },
}, },
{
path: 'dataHanderDetail',
name: 'dataHanderDetail',
hidden: true,
component: () => import('@/views/dataHander/components/detail'),
meta: {
title: '数据'
},
},
], ],
}, },
{ {
...@@ -225,6 +234,33 @@ export const asyncRoutes = [ ...@@ -225,6 +234,33 @@ export const asyncRoutes = [
}, },
], ],
}, },
{
path: '/algorithmModel',
component: Layout,
name: 'algorithmModel',
redirect: '/algorithmModel',
meta: { title: '范例子系统', icon: 'box-open' },
children: [
{
path: '/methord',
name: 'methord',
component: () => import('@/views/algorithmModel/algorithmExamples'),
meta: {
title: '范例子系统',
icon: 'hand-middle-finger',
},
},
{
path: 'analysis',
name: 'analysis',
hidden: true,
component: () => import('@/views/generalTool/components/analysis'),
meta: {
title: '数据'
},
},
],
},
{ {
path: '*', path: '*',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment