This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
FumaoPublic
/
boxB
Watch
7
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
【修改退出登录】
master
GL
4 years ago
parent
7939f2d7d5
commit
687a9b78b1
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
src/views/person/index.vue
+ 3
- 2
src/views/person/index.vue
View File
@@ -91,8 +91,9 @@ export default {
//回到首页清除路由记录
eliminate(){
this.selRouter(0)
this.$router.replace({
path:'/'
this.$router.push({
path:'/',
replace:true
})
},
/**
Write
Preview
Loading…
Cancel
Save