Merge branch 'more-share-page-querys' into swn

This commit is contained in:
tamaina
2021-09-05 00:59:41 +09:00

View File

@@ -166,7 +166,12 @@ export default defineComponent({
methods: {
close() {
window.close()
window.close();
// 閉じなければ100ms後タイムラインに
setTimeout(() => {
this.$router.push('/');
}, 100);
}
}
});