Browse Source

处理账户中心报错

wangcz 7 years ago
parent
commit
959fc57731

+ 1 - 1
src/main/webapp/resources/js/common/services.js

@@ -151,7 +151,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
 					// defer.promise.then(function (resolve) {
 					// 	$rootScope.b2bUrl = resolve.url;
 					// });
-					$rootScope.b2bUrl = this.getRootPath().indexOf('usoftmall.com') > -1 ? 'http://uas.ubtob.com' : 'http://10.1.51.124:8090/platform-b2b';
+					$rootScope.b2bUrl = this.getRootPath().indexOf('usoftmall.com') > -1 ? 'http://uas.ubtob.com' : 'http://10.1.51.91:8090/platform-b2b';
 				}
 				return $rootScope.b2bUrl;
 			}

+ 0 - 1
src/main/webapp/resources/js/sso/app.js

@@ -87,7 +87,6 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
 			templateUrl: "static/view/sso/b2b/home.html",
 			controller: 'approvalFlowCtrl',
 			controllerUrl: 'js/sso/controllers/b2b/approvalFlowCtrl'
-		}));
         })).state('baseInfo_myRequest', angularAMD.route({
             url: "/myRequest",
             title: 'b2b企业圈-我的合作伙伴(全部)',