|
|
@@ -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}`);
|
|
|
|