-
Quick Start via Chat Link
To immediately access your customer support chat interface:
Your live chat endpoint is available at:
+
+ v-on:click="copyText(chatEndpoint)"
+ title="Copy link">
diff --git a/static/templates/setting_bottom.html b/static/templates/setting_bottom.html
index 9f1da2d..e84362a 100644
--- a/static/templates/setting_bottom.html
+++ b/static/templates/setting_bottom.html
@@ -197,6 +197,10 @@
}
});
},
+ openChatWindow(url) {
+ // 在新窗口打开聊天页面
+ window.open(url, '_blank');
+ }
},
mounted:function(){