Feat(非遗文创):增加AI入口

This commit is contained in:
lifizer
2025-11-14 17:55:45 +08:00
parent e2802e8ca2
commit f12fb1012d
+5
View File
@@ -87,12 +87,17 @@
class="img-nodata"
/>
</view>
<AiEntrance />
</view>
</template>
<script>
import { getIch, getIchRecommend } from '@/api/heritage'
import AiEntrance from '@/components/aiChat/entrance'
export default {
components: {
AiEntrance
},
data() {
return {
webUrl: this.$VUE_APP_RESOURCES_URL,