|
@@ -182,7 +182,6 @@ 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 });
|