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" class="img-nodata"
/> />
</view> </view>
<AiEntrance />
</view> </view>
</template> </template>
<script> <script>
import { getIch, getIchRecommend } from '@/api/heritage' import { getIch, getIchRecommend } from '@/api/heritage'
import AiEntrance from '@/components/aiChat/entrance'
export default { export default {
components: {
AiEntrance
},
data() { data() {
return { return {
webUrl: this.$VUE_APP_RESOURCES_URL, webUrl: this.$VUE_APP_RESOURCES_URL,