Compare commits

..

No commits in common. "4fd0c298dbc1f9596a292acad801ee472d251e95" and "49c72167aed25038ece19a41515374a2389cf793" have entirely different histories.

3 changed files with 2 additions and 30 deletions

View File

@ -1,11 +1,5 @@
// 公用的css类名 // 公用的css类名
#dify-chatbot-bubble-button {
background-color: #1C64F2 !important;
}
#dify-chatbot-bubble-window {
width: 24rem !important;
height: 40rem !important;
}
/* 图片默认和外盒字一样大小 */ /* 图片默认和外盒字一样大小 */
.img_reset { .img_reset {
width: 100%; width: 100%;

View File

@ -6,16 +6,7 @@
<divFooter></divFooter> <divFooter></divFooter>
</div> </div>
</template> </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> <script>
import divHeader from '../components/header.vue'; import divHeader from '../components/header.vue';
import divFooter from '../components/footer.vue'; import divFooter from '../components/footer.vue';
@ -32,18 +23,6 @@ export default {
} }
}, },
created() { created() {
},
mounted(){
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',
},
}
console.log('执行完成')
}, },
methods: { methods: {

View File

@ -32,7 +32,6 @@ export default {
], ],
script: [ script: [
// { type:"text/javascript" , src: 'https://api.map.baidu.com/api?v=1.0&type=webgl&ak=otBoKESzaUj1nGjWiehnCP3AUyRKgikx'} // { type:"text/javascript" , src: 'https://api.map.baidu.com/api?v=1.0&type=webgl&ak=otBoKESzaUj1nGjWiehnCP3AUyRKgikx'}
{type:"text/javascript",src:'http://101.245.103.204/embed.min.js',id:"BC985VI4DnedSaIQ",defer:true}
] ]
}, },
env: { env: {