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