Browse Source

upload

ctt_ywq
HolyKnightIX 1 year ago
parent
commit
a53c1fde5c
2 changed files with 6 additions and 2 deletions
  1. +5
    -1
      src/components/common/top.vue
  2. +1
    -1
      src/components/home/home.vue

+ 5
- 1
src/components/common/top.vue View File

@@ -111,7 +111,11 @@ export default {
}, },
handleCommand(path) { handleCommand(path) {
if (path == "PhotoTalk") { 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; return;
} }
this.$router.push(`/${path}`); this.$router.push(`/${path}`);


+ 1
- 1
src/components/home/home.vue View File

@@ -851,7 +851,7 @@ export default {
...mapActions(["setCharacters"]), ...mapActions(["setCharacters"]),
// 去照片说话网页 // 去照片说话网页
toPhotoTalk() { toPhotoTalk() {
window.open("https://photo.metavatar.cc/#/");
window.open("https://neuver.metavatar.cc");
}, },
// 鼠标进入轮播图 // 鼠标进入轮播图
enterSwiper(index) { enterSwiper(index) {


Loading…
Cancel
Save