소스 검색

upload

ctt_ywq
HolyKnightIX 1 년 전
부모
커밋
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) {


불러오는 중...
취소
저장