boka-human-cliend-v3 0.0.44 → 0.0.46
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
|
},
|
|
@@ -5273,7 +5275,7 @@
|
|
|
5273
5275
|
if (type2 == "add" && !this.visible) {
|
|
5274
5276
|
this.unreadCount += count;
|
|
5275
5277
|
}
|
|
5276
|
-
}
|
|
5278
|
+
} else ;
|
|
5277
5279
|
}
|
|
5278
5280
|
});
|
|
5279
5281
|
},
|