@@ -562,6 +562,8 @@ define(['app/app', 'clipboard', 'QRCode'], function (app, clipboard, QRCode) {
var materialUrl = $scope.seekUrl;
if ($scope.seekUrl == 'https://api-inquiry.usoftchina.com') {
materialUrl = 'https://api-product.usoftchina.com/';
+ } else {
+ materialUrl = 'https://tproduct-api.usoftchina.com/'
}
$http({
method: 'get',