Commit 11e3a939 by 张卓

智能表单进入未登录跳小程序登录

parent 3aad30bc
......@@ -44,10 +44,10 @@ export default {
}
)
}else {
let query = {
sence: 'sso'
}
this.$router.push({ name: "login-accountLogin", query });
let url = `/pages/login/main?back=sso`;
wx.navigateTo({
url
})
}
}
},
......
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