1
This commit is contained in:
parent
dcb316cda6
commit
19669c8278
@ -205,4 +205,31 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<!-- 客服聊天窗口代码 -->
|
||||
<script>
|
||||
window.difyChatbotConfig = {
|
||||
token: 'BC985VI4DnedSaIQ',
|
||||
baseUrl: 'http://101.245.103.204',
|
||||
systemVariables: {
|
||||
// user_id: 'YOU CAN DEFINE USER ID HERE',
|
||||
// conversation_id: 'YOU CAN DEFINE CONVERSATION ID HERE, IT MUST BE A VALID UUID',
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<script
|
||||
src="http://101.245.103.204/embed.min.js"
|
||||
id="BC985VI4DnedSaIQ"
|
||||
defer>
|
||||
</script>
|
||||
<style>
|
||||
#dify-chatbot-bubble-button {
|
||||
background-color: #1C64F2 !important;
|
||||
z-index: 50 !important;
|
||||
}
|
||||
#dify-chatbot-bubble-window {
|
||||
width: 24rem !important;
|
||||
height: 40rem !important;
|
||||
z-index: 50 !important;
|
||||
}
|
||||
</style>
|
||||
</html>
|
||||
|
@ -6,7 +6,31 @@
|
||||
<chat-form ref="chatFrom"></chat-form>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<!-- 客服聊天窗口代码 -->
|
||||
<script>
|
||||
window.difyChatbotConfig = {
|
||||
token: 'BC985VI4DnedSaIQ',
|
||||
baseUrl: 'http://101.245.103.204',
|
||||
systemVariables: {
|
||||
// user_id: 'YOU CAN DEFINE USER ID HERE',
|
||||
// conversation_id: 'YOU CAN DEFINE CONVERSATION ID HERE, IT MUST BE A VALID UUID',
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<script
|
||||
src="http://101.245.103.204/embed.min.js"
|
||||
id="BC985VI4DnedSaIQ"
|
||||
defer>
|
||||
</script>
|
||||
<style>
|
||||
#dify-chatbot-bubble-button {
|
||||
background-color: #1C64F2 !important;
|
||||
}
|
||||
#dify-chatbot-bubble-window {
|
||||
width: 24rem !important;
|
||||
height: 40rem !important;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
import ThemePicker from "@/components/ThemePicker";
|
||||
import Cookies from "js-cookie";
|
||||
|
Loading…
Reference in New Issue
Block a user