Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Z
ZZDataAnalysis
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlwu
ZZDataAnalysis
Commits
b8450f21
Commit
b8450f21
authored
Mar 14, 2024
by
whlviolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6ffd3fe3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
1 deletion
+37
-1
index.js
web/src/router/index.js
+37
-1
No files found.
web/src/router/index.js
View file @
b8450f21
...
@@ -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
:
'*'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment