diff --git a/src/components/common/top.vue b/src/components/common/top.vue index 6ca455b..75c083d 100644 --- a/src/components/common/top.vue +++ b/src/components/common/top.vue @@ -111,7 +111,11 @@ export default { }, handleCommand(path) { if (path == "PhotoTalk") { - window.open("https://photo.metavatar.cc/#/"); + window.open("https://photo.metavatar.cc"); + return; + } + if (path == "MetaNeuver") { + window.open("https://neuver.metavatar.cc"); return; } this.$router.push(`/${path}`); diff --git a/src/components/home/home.vue b/src/components/home/home.vue index b3045aa..0309e1e 100644 --- a/src/components/home/home.vue +++ b/src/components/home/home.vue @@ -851,7 +851,7 @@ export default { ...mapActions(["setCharacters"]), // 去照片说话网页 toPhotoTalk() { - window.open("https://photo.metavatar.cc/#/"); + window.open("https://neuver.metavatar.cc"); }, // 鼠标进入轮播图 enterSwiper(index) {