Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
38fa392e
authored
2020-12-29 13:55:07 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
代码优化
1 parent
02feec62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/Home.vue
src/views/Home.vue
View file @
38fa392
...
...
@@ -33,10 +33,10 @@
<span>
{{
item
.
name
}}
</span>
</div>
<div
class=
"top-items tuOrShu"
>
<i
class=
"iconfont iconiconset0403"
style=
"color:#006CFF;font-size:30px"
title=
"图形管理"
v-if=
"!isMap"
@
click=
"goMap"
></i>
<i
class=
"iconfont iconxinxi"
style=
"color:#006CFF;font-size:30px"
title=
"属性管理"
v-else
@
click=
"goBack"
></i>
</div>
<div
class=
"top-items tuOrShu"
>
<i
class=
"iconfont iconiconset0403"
style=
"color:#006CFF;font-size:30px"
title=
"图形管理"
v-if=
"!isMap"
@
click=
"goMap"
></i>
<i
class=
"iconfont iconxinxi"
style=
"color:#006CFF;font-size:30px"
title=
"属性管理"
v-else
@
click=
"goBack"
></i>
</div>
</div>
<!--
<div
class=
"header-bottom"
>
<Navigation
ref=
"navigation"
></Navigation>
...
...
Please
register
or
sign in
to post a comment