1

如何在右下角获得freshdesk帮助图标我尝试了我的代码,没有错误,但我看不到图标

我的代码

<script type='text/javascript' src='https://widget.freshworks.com/widgets/12000000025.js' async defer />
<script>
export default {
  created () {
    window.fwSettings = {
      widget_id: '12000000025',
      locale: 'en'
    }
    !(function () {
      if ('function' !==typeof window.FreshworksWidget) {
        var n = function () {
          n.q.push(arguments)
        }
        n.q = [], window.FreshworksWidget = n
      }
    })()
  }
}
</script>

4

0 回答 0