@@ -4211,9 +4211,11 @@ define(['app/app', 'jquery-uploadify'], function(app) {
} else {
// 校验
if ($scope.checkAll()) {
- var materialUrl = $scope.seekUrl;
+ var materialUrl = 'https://test-product.uuzcc.cn/';
if ($scope.seekUrl == 'https://api-inquiry.usoftchina.com') {
materialUrl = 'https://api-product.usoftchina.com/';
+ } else {
+ materialUrl = 'https://test-product.uuzcc.cn/'
}
$http({
method: 'get',
@@ -560,7 +560,7 @@ define(['app/app', 'clipboard', 'QRCode'], function (app, clipboard, QRCode) {