20 lines
311 B
Vue
20 lines
311 B
Vue
<template>
|
|
<view class="container">
|
|
<web-view src="https://dify.aigc-quickapp.com/chatbot/ILbr8HHEgpBW2ggp"></web-view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
onLoad() {
|
|
console.log('Dify 聊天页已加载')
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
.container {
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
</style> |