Browse Source

更新账户中心链接地址为当前账套对应的链接地址

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7207 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
edeaf40a9b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/main/webapp/resources/js/index/services/BaseInfo.js

+ 7 - 0
src/main/webapp/resources/js/index/services/BaseInfo.js

@@ -44,6 +44,13 @@ define(['ngResource'], function() {
 				headers: {
 				headers: {
 					'Content-Type' : 'application/text;charset=UTF-8'
 					'Content-Type' : 'application/text;charset=UTF-8'
 				}
 				}
+			},
+			businessGroups: {
+				url: "product/baseInfo/enterbusinessGroups",
+				method : 'GET',
+				headers: {
+					'Content-Type' : 'application/text;charset=UTF-8'
+				}
 			}
 			}
 		})
 		})
 	}]).factory('ComponentActive', ['$resource', function($resource) {
 	}]).factory('ComponentActive', ['$resource', function($resource) {