Merge branch 'more-share-page-querys' into swn
This commit is contained in:
commit
5802dd24bc
|
@ -166,7 +166,12 @@ export default defineComponent({
|
|||
|
||||
methods: {
|
||||
close() {
|
||||
window.close()
|
||||
window.close();
|
||||
|
||||
// 閉じなければ100ms後タイムラインに
|
||||
setTimeout(() => {
|
||||
this.$router.push('/');
|
||||
}, 100);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue