move_to_healing_contents() {
console.log(self.$store.state.platform);
if (self.$store.state.platform == "ios") {
location.href = "/#/contents?type=2";
} else {
window.open("/#/contents?type=2", "_blank");
}
},
window.open()는 ios 새탭열기가 안된다.
location.href() 이건 됨