|
@@ -182,6 +182,7 @@ function init() {
|
|
|
|
|
|
if (window.location.host.indexOf("localhost") != -1) {
|
|
|
useStore.GetMobileTenantConfig({ url: linkUrl.value });
|
|
|
+ // useStore.GetMobileTenantConfig({ url: "manager.usky.cn" });
|
|
|
} else {
|
|
|
linkUrl.value = window.location.host;
|
|
|
useStore.GetMobileTenantConfig({ url: linkUrl.value });
|