HolyKnightIX 1 год назад
Родитель
Сommit
a53c1fde5c
2 измененных файлов: 6 добавлений и 2 удалений
  1. +5
    -1
      src/components/common/top.vue
  2. +1
    -1
      src/components/home/home.vue

+ 5
- 1
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}`);


+ 1
- 1
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) {


Загрузка…
Отмена
Сохранить