Commit ed879eea authored by mengqr's avatar mengqr

修改跳转问题

parent 94ff638b
......@@ -571,6 +571,8 @@ this.pten = false
//跳转登录页面
jumpLogin(){
if(this.ifSignFollow==true){
this.$router.push(
{
path:'/login',
......
......@@ -240,7 +240,7 @@ export default {
console.log("阿斯蒂芬")
sessionStorage.removeItem('ifLvrUbId');
}
if(this.$route.query.lvrUbId){
if(this.$route.query.appid){
this.$router.push(
{
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