Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
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
dabf9daf
authored
2020-02-21 19:58:18 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
2608e4ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/components/home/m-dropdown/m-dropdown.js
src/components/home/m-dropdown/m-dropdown.js
View file @
dabf9da
...
...
@@ -95,7 +95,6 @@ export default {
}
},
logoutHandler
()
{
console
.
log
(
"logoutHandler"
);
this
.
clearCache
();
httpPost
({
url
:
api
.
logout
...
...
@@ -107,7 +106,6 @@ export default {
clearCache
()
{
for
(
let
index
=
0
;
index
<
sessionStorage
.
length
;
index
++
)
{
let
key
=
sessionStorage
.
key
(
index
);
console
.
log
(
key
);
sessionStorage
.
removeItem
(
key
);
}
},
...
...
Please
register
or
sign in
to post a comment