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
fb0379de
authored
2020-11-25 11:09:25 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
导航修改
1 parent
fccf0955
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
src/views/Home.vue
src/views/Home.vue
View file @
fb0379d
...
...
@@ -69,6 +69,10 @@ export default {
defaultActive
:
""
,
headTop
:
[
{
path
:
"/panel"
,
select
:
false
,
},
{
path
:
"/create"
,
select
:
false
,
},
...
...
@@ -165,6 +169,11 @@ export default {
//mock数据
let
list
=
[
{
name
:
"首页"
,
icon
:
"fa fa-home"
,
path
:
"/panel"
,
},
{
name
:
"新建"
,
icon
:
"fa fa-plus-square"
,
path
:
"/create"
,
...
...
@@ -285,7 +294,7 @@ export default {
}
},
selectTopItems
(
ind
)
{
if
(
ind
==
0
)
{
if
(
ind
==
1
)
{
//点击新建,弹框
this
.
dialogVisible
=
true
;
}
else
{
...
...
Please
register
or
sign in
to post a comment