isWxBrowserForPC () {
      let userAgent = navigator.userAgent
      return userAgent.includes('wxwork') && !userAgent.includes('Mobile')
    }

写在computed里面

posted on 2019-07-26 11:00  周小姐你好  阅读(822)  评论(0编辑  收藏  举报