wangcz пре 7 година
родитељ
комит
fc26cc1f18
1 измењених фајлова са 8 додато и 8 уклоњено
  1. 8 8
      src/main/webapp/resources/js/common/b2bServices.js

+ 8 - 8
src/main/webapp/resources/js/common/b2bServices.js

@@ -198,37 +198,37 @@ define([ 'angular', 'common/services', 'common/utils', 'big'], function(angular,
                     isArray: true
                 },
                 findSaleUsers: {
-                    url: b2bPath + 'vendorDistribute/:id',
+                    url: b2bPath + '/vendorDistribute/:id',
                     method: 'POST',
                     isArray: true
                 },
                 addSaleUserToVendor: {
-                    url: b2bPath + 'vendorDistribute/bindVendor/:id',
+                    url: b2bPath + '/vendorDistribute/bindVendor/:id',
                     method: 'POST'
                 },
                 addUserToVendor: {
-                    url: b2bPath + 'account/user/bindUserToVendor/:uu',
+                    url: b2bPath + '/account/user/bindUserToVendor/:uu',
                     method: 'POST'
                 },
                 transferSaleUserToVendor: {
-                    url: b2bPath + 'vendorDistribute/bindUserToVendor/:id',
+                    url: b2bPath + '/vendorDistribute/bindUserToVendor/:id',
                     method: 'POST'
                 },
                 transferUserToVendor: {
-                    url: b2bPath + 'account/user/transferUserToVendor/:uu',
+                    url: b2bPath + '/account/user/transferUserToVendor/:uu',
                     method: 'POST'
                 },
                 transferMyDistribute: {
-                    url: b2bPath + 'account/user/transferMyDistribute',
+                    url: b2bPath + '/account/user/transferMyDistribute',
                     method: 'POST'
                 },
                 findDistribute: {
-                    url: b2bPath + 'account/user/findDistribute',
+                    url: b2bPath + '/account/user/findDistribute',
                     method: 'GET',
                     isArray: true
                 },
                 getDistribute: {
-                    url: b2bPath + 'account/user/getDistribute/:custUU',
+                    url: b2bPath + '/account/user/getDistribute/:custUU',
                     method: 'GET'
                 },
                 getEnTransfer: {