diff --git a/src/components/home/home.vue b/src/components/home/home.vue index cf582b1..d4af9be 100644 --- a/src/components/home/home.vue +++ b/src/components/home/home.vue @@ -48,7 +48,7 @@ > {{ characters == 1 ? "立刻体验" : "Try it now" }} --> -
+
{{ characters == 1 ? "立刻体验" : "Try it now" }}
@@ -850,8 +850,8 @@ export default { methods: { ...mapActions(["setCharacters"]), // 去照片说话网页 - toPhotoTalk() { - window.open("https://neuver.metavatar.cc"); + toPhotoTalk(tag) { + window.open(tag === 'top' ? 'https://photo.metavatar.cc' : "https://neuver.metavatar.cc"); }, // 鼠标进入轮播图 enterSwiper(index) {