Commit ed879eea authored by mengqr's avatar mengqr

修改跳转问题

parent 94ff638b
...@@ -571,6 +571,8 @@ this.pten = false ...@@ -571,6 +571,8 @@ this.pten = false
//跳转登录页面 //跳转登录页面
jumpLogin(){ jumpLogin(){
if(this.ifSignFollow==true){ if(this.ifSignFollow==true){
this.$router.push( this.$router.push(
{ {
path:'/login', path:'/login',
......
...@@ -240,7 +240,7 @@ export default { ...@@ -240,7 +240,7 @@ export default {
console.log("阿斯蒂芬") console.log("阿斯蒂芬")
sessionStorage.removeItem('ifLvrUbId'); sessionStorage.removeItem('ifLvrUbId');
} }
if(this.$route.query.lvrUbId){ if(this.$route.query.appid){
this.$router.push( this.$router.push(
{ {
path:'/', path:'/',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment