Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b393711c
authored
Mar 18, 2022
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
特征比对
1 parent
1def2659
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
0 deletions
src/router/index.js
src/views/ComparisonCapturedPictures/ComparisonCapturedPictures.vue
src/views/FeatureComparisonVerification/FeatureComparisonVerification.vue
src/views/Main/Main.vue
src/router/index.js
View file @
b393711
...
...
@@ -33,6 +33,14 @@ const menuRoute = [
path
:
'EquipmentTimeErrorVerification'
,
component
:
()
=>
import
(
"@/views/EquipmentTimeErrorVerification/EquipmentTimeErrorVerification.vue"
),
},
{
path
:
'FeatureComparisonVerification'
,
component
:
()
=>
import
(
"@/views/FeatureComparisonVerification/FeatureComparisonVerification.vue"
),
},
{
path
:
'ComparisonCapturedPictures'
,
component
:
()
=>
import
(
"@/views/ComparisonCapturedPictures/ComparisonCapturedPictures.vue"
),
},
]
},
]
...
...
src/views/ComparisonCapturedPictures/ComparisonCapturedPictures.vue
0 → 100644
View file @
b393711
<
template
>
<div>
抓拍图片对比
</div>
</
template
>
<
script
>
</
script
>
<
style
>
</
style
>
src/views/FeatureComparisonVerification/FeatureComparisonVerification.vue
0 → 100644
View file @
b393711
This diff is collapsed.
Click to expand it.
src/views/Main/Main.vue
View file @
b393711
...
...
@@ -61,6 +61,18 @@
<span
style=
"padding: 0 5px"
>
设备时间错误校验
</span>
</div>
</a-menu-item>
<a-menu-item
:key=
"'/Main/FeatureComparisonVerification'"
>
<div
class=
"flex-vertical-center"
>
<img
:src=
"require('./Icons/7.svg')"
style=
"height: auto;width:20px"
/>
<span
style=
"padding: 0 5px"
>
特征对比验证
</span>
</div>
</a-menu-item>
<a-menu-item
:key=
"'/Main/ComparisonCapturedPictures'"
>
<div
class=
"flex-vertical-center"
>
<img
:src=
"require('./Icons/7.svg')"
style=
"height: auto;width:20px"
/>
<span
style=
"padding: 0 5px"
>
抓拍图片对比
</span>
</div>
</a-menu-item>
</a-menu>
</el-aside>
<el-main>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment