Commit 7476f8ee authored by 范雪寒's avatar 范雪寒

feat: reloadBundle

parent effcb37e
...@@ -417,9 +417,7 @@ cc.Class({ ...@@ -417,9 +417,7 @@ cc.Class({
}, },
reloadBundle() { reloadBundle() {
const { sceneName, version, bondleUrl } = this.currentBundleInfo; this.loadBundleByConf(this.bundleInfoList[this.currentBundleIndex]);
console.log('reloadBundle');
this.loadBundle(sceneName, version, bondleUrl);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment