Feat(非遗文创):增加AI入口
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user