boka-human-cliend-v3 0.0.44 → 0.0.45
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.
|
@@ -5223,6 +5223,8 @@
|
|
|
5223
5223
|
let { product, subCustType } = this;
|
|
5224
5224
|
if (product.toLowerCase() === "mase" || product.toLowerCase() === "aime" && subCustType === "overseas") {
|
|
5225
5225
|
return "https://service.mase.cloud";
|
|
5226
|
+
} else if (product == "web") {
|
|
5227
|
+
return "https://sale.shboka.com";
|
|
5226
5228
|
}
|
|
5227
5229
|
return "https://human.shboka.com";
|
|
5228
5230
|
},
|