【移动端】企业微信苹果手机右滑出现空白页问题

gengboxb 171 0

主页面或者通过链接访问的页面添加路由监听,比如路由的主页面是name为index

beforeRouteLeave(to, from, next) {
    if (to.name == "index") {
        WeixinJSBridge && WeixinJSBridge.call("closeWindow");
    } else {
        next();
    }
},

发表评论 取消回复
表情 图片 链接 代码

分享