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