Browse Source

罗强提交代码语法错误,关于优软介绍页面

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1303 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 10 years ago
parent
commit
2f2d48deac
1 changed files with 11 additions and 2 deletions
  1. 11 2
      src/main/webapp/resources/js/serve/app.js

+ 11 - 2
src/main/webapp/resources/js/serve/app.js

@@ -16,7 +16,7 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
 			controller: 'IndexCtrl'
 		}).state('question', {			
 			url: "/question",
-			templateUrl: "static/tpl/serve/question_index.html",
+			templateUrl: "static/tpl/serve/question_index.html"
 		}).state('question.myFeedback', {
 			url: "/myFeedback",
 			templateUrl: "static/tpl/serve/self/myFeedback.html",
@@ -72,6 +72,15 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
 			url : "/:id",
 			templateUrl : "static/tpl/serve/guide.html",
 			controller: 'GuideCtrl'
+		}).state('new.usoft', {
+			url : "/usoft",
+			templateUrl : "static/tpl/serve/about_usoft.html"
+		}).state('new.b2b', {
+			url : "/b2b",
+			templateUrl : "static/tpl/serve/about_b2b.html"
+		}).state('new.saas', {
+			url : "/saas",
+			templateUrl : "static/tpl/serve/about_saas.html"
 		}).state('self', {
 			url : "/self",
 			templateUrl : "static/tpl/serve/self.html"				
@@ -274,7 +283,7 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
 				}
 			}, {
 				total: 0,
-				counts: [15, 25, 50, 100,],
+				counts: [15, 25, 50, 100],
 				getData: function($defer, params){
 					var pageParams = params.url();
 					pageParams.classId = $stateParams.id;