mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-14 23:11:06 +00:00
16 lines
176 B
JavaScript
Executable File
16 lines
176 B
JavaScript
Executable File
/* eslint-disable */
|
|
const location = {
|
|
href: 'game.js',
|
|
search: '',
|
|
hash: '',
|
|
|
|
reload() {
|
|
},
|
|
|
|
replace(href) {
|
|
this.href = href
|
|
},
|
|
}
|
|
|
|
export default location
|