hifun-tools 1.3.12 → 1.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/init/index.js +1 -0
- package/package.json +1 -1
package/dist/init/index.js
CHANGED
|
@@ -145,6 +145,7 @@ class InitCls {
|
|
|
145
145
|
location.origin.includes(this.localPath.replace(/\/+$/, ""))) {
|
|
146
146
|
console.info(`🏠 iggame匹配到默认链接`, this.defaultBaseUrl);
|
|
147
147
|
this.domainBaseUrl = this.defaultBaseUrl;
|
|
148
|
+
return this.domainBaseUrl;
|
|
148
149
|
}
|
|
149
150
|
else {
|
|
150
151
|
console.warn("⚠️ 加载 lineAddress.txt 失败:", error);
|