mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-12-18 12:39:29 +00:00
[adapters] 增加小游戏适配部分源码
This commit is contained in:
15
adapters/platforms/baidu/wrapper/builtin/location.js
Executable file
15
adapters/platforms/baidu/wrapper/builtin/location.js
Executable file
@@ -0,0 +1,15 @@
|
||||
/* eslint-disable */
|
||||
const location = {
|
||||
href: 'game.js',
|
||||
search: '',
|
||||
hash: '',
|
||||
|
||||
reload() {
|
||||
},
|
||||
|
||||
replace(href) {
|
||||
this.href = href
|
||||
},
|
||||
}
|
||||
|
||||
export default location
|
||||
Reference in New Issue
Block a user