| | |
| | | width: '100%', |
| | | }" |
| | | alt="暂无图片" |
| | | :src="item.logo" |
| | | :src="httpUrl + item.logo" |
| | | /> |
| | | </div> |
| | | <a-card :bordered="false" hoverable> |
| | |
| | | width: '100%', |
| | | }" |
| | | alt="暂无图片" |
| | | :src="list.logo" |
| | | :src="httpUrl + list.logo" |
| | | /> |
| | | <!-- src="https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/a20012a2d4d5b9db43dfc6a01fe508c0.png~tplv-uwbnlip3yd-webp.webp" --> |
| | | </div> |
| | |
| | | deleteLlmFactory, |
| | | } from '@/api/model'; |
| | | import { Modal, Message } from '@arco-design/web-vue'; |
| | | import { useUserStore } from '@/store'; |
| | | |
| | | const userStore = useUserStore(); |
| | | let count = 5; |
| | | const activeKey = ref(1); |
| | | const data = ref([ |
| | |
| | | const changeTabs = (val) => { |
| | | tabKey.value = val; |
| | | }; |
| | | |
| | | const httpUrl = localStorage.getItem('httpUrl'); |
| | | const show = ref(false); |
| | | const tabShow = ref(false); |
| | | const title = ref('添加模式'); |