mirror of https://github.com/jeecgboot/jeecg-boot
将AI对话聊天界面换成新地址
parent
b878f6b6be
commit
4f2f1d6265
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
@ -7,7 +7,7 @@
|
|||
</template>
|
||||
|
||||
<script setup>
|
||||
import AiChat from '/@/components/jeecg/AiChat/index.vue';
|
||||
import AiChat from '/@/views/super/airag/aiapp/chat/AiChat.vue';
|
||||
|
||||
</script>
|
||||
|
||||
|
@ -15,12 +15,10 @@
|
|||
.wrap {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
.content {
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue