ページバック前に判定を追加 (#5822)
This commit is contained in:
@ -251,7 +251,7 @@ export default Vue.extend({
|
||||
|
||||
methods: {
|
||||
back() {
|
||||
window.history.back();
|
||||
if (this.canBack) window.history.back();
|
||||
},
|
||||
|
||||
post() {
|
||||
|
Reference in New Issue
Block a user