diff --git a/assets/script/game/initialize/view/Hot.ts b/assets/script/game/initialize/view/Hot.ts index 7102974..8aa0955 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 });