mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 15:10:48 +08:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
export default {
|
|
push(path) {
|
|
if (process.client) {
|
|
window.location.href = path
|
|
}
|
|
},
|
|
}
|