diff --git a/assets/script/game/initialize/view/Hot.ts b/assets/script/game/initialize/view/Hot.ts index 7102974831f6bd28ce5d3fd1b441f05e83cf8191..8aa0955f397a67fa1d9beccb485e1c869195a54c 100644 --- a/assets/script/game/initialize/view/Hot.ts +++ b/assets/script/game/initialize/view/Hot.ts @@ -66,7 +66,7 @@ export class Hot { this.showSearchPath(); this.manifest = res.nativeUrl; - this.storagePath = `${native.fileUtils.getWritablePath()}/oops_framework_remote`; + this.storagePath = `${native.fileUtils.getWritablePath()}oops_framework_remote`; this.assetsMgr = new native.AssetsManager(this.manifest, this.storagePath, (versionA, versionB) => { console.log("【热更新】客户端版本: " + versionA + ', 当前最新版本: ' + versionB); this.options?.onVersionInfo && this.options.onVersionInfo({ local: versionA, server: versionB });