Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@912 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

administrator 11 years ago
parent
commit
aba6d6afc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/signin/app.js

+ 1 - 1
src/main/webapp/resources/js/signin/app.js

@@ -11,7 +11,7 @@ define([ 'toaster', 'services' ], function() {
 			j_password : "",
 			remember_me : true
 		};
-		$scope.enterprise = {enName: '深圳市华商龙科技有限公司'};
+		$scope.enterprise = {enName: '优软商务,开启财富之路'};
 		$scope.login = function(user, _url) {
 			$scope.loading = true;
 			AuthenticationService.login(user).success(function(responseText, status) {