微信判断是在企业微信打开 还是 在浏览器打开 云博小周宇2024年5月5日2023年12月13日1 Min Read if (this.is_weixin()) { this.qixin = true this.browser = false } else { this.qixin = false this.browser = true }