forked from FoundKeyGang/FoundKey
ページバック前に判定を追加 (#5822)
This commit is contained in:
parent
93457eacf7
commit
2a5a055d1c
1 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
back() {
|
back() {
|
||||||
window.history.back();
|
if (this.canBack) window.history.back();
|
||||||
},
|
},
|
||||||
|
|
||||||
post() {
|
post() {
|
||||||
|
|
Loading…
Reference in a new issue