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
749b1e03
authored
2020-10-12 10:02:13 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
取消获取用户cookie信息
1 parent
9dac694e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/Home.vue
src/views/Home.vue
View file @
749b1e0
...
...
@@ -195,11 +195,11 @@ export default {
this
.
navigationList
=
list
;
}
this
.
sortNavigation
(
this
.
navigationList
,
0
);
if
(
util
.
cookies
.
get
(
"indId"
))
{
let
indId
=
util
.
cookies
.
get
(
"indId"
)
-
0
;
this
.
navSelect
(
indId
);
this
.
sortNavigation
(
this
.
navigationList
,
indId
);
}
//
if (util.cookies.get("indId")) {
//
let indId = util.cookies.get("indId") - 0;
//
this.navSelect(indId);
//
this.sortNavigation(this.navigationList, indId);
//
}
},
methods
:
{
sortNavigation
(
data
,
selectId
)
{
...
...
Please
register
or
sign in
to post a comment