Bläddra i källkod

去除右侧im及定时任务

yangc 7 år sedan
förälder
incheckning
c7ad11ca7e

+ 1 - 1
src/main/webapp/resources/js/common/controllers/commonCtrls.js

@@ -990,7 +990,7 @@ define([ 'app/app' ], function(app) {
 				if (data && data.data) {
 					$scope.userInfo = data.data;
 					$scope.param = ChatBusinessLayer.getParamsFromUserInfo(data.data);
-					accessRealTimeData($scope.param);
+					// accessRealTimeData($scope.param);
 				}
 			}, function () {
 			});

+ 1 - 1
src/main/webapp/resources/js/common/module/chat_web_module.js

@@ -58,7 +58,7 @@ define([ 'common/query/chat', 'common/query/enterprise' ], function() {
 			return promise.then(function (enterprise) {
 				return {
 					enUU: enterprise.uu,
-					name: enterprise.enName
+					name: enterprise.ehnName
 				}
 			});
 		}

+ 4 - 4
src/main/webapp/resources/view/common/sidebar.html

@@ -379,12 +379,12 @@
 			</div>
 		</li>
 		<!-- TODO huxz IM暂时不放出 -->
-		<li ng-controller="WebChatCtrl">
-			<a href="javascript:void(0)" ng-click="goWebChat()" style="width: 36px; height: 38px; line-height: 30px;"><i class="fa fa-comments-o" aria-hidden="true" style="font-size: 18px;color: #FFFFFF;"></i><!--ng-class="{ 'fa-comments': countData > 0, 'fa-comments-o': countData <= 0 }"-->
-				<i class="remind-point" ng-if="countData > 0"></i><!--<img src="static/img/icon/talk.png"/>-->
+	<!--	<li ng-controller="WebChatCtrl">
+			<a href="javascript:void(0)" ng-click="goWebChat()" style="width: 36px; height: 38px; line-height: 30px;"><i class="fa fa-comments-o" aria-hidden="true" style="font-size: 18px;color: #FFFFFF;"></i>&lt;!&ndash;ng-class="{ 'fa-comments': countData > 0, 'fa-comments-o': countData <= 0 }"&ndash;&gt;
+				<i class="remind-point" ng-if="countData > 0"></i>&lt;!&ndash;<img src="static/img/icon/talk.png"/>&ndash;&gt;
 			</a>
 			<div class="massage sidebar-menu" style="width: 100px;" title="优软客服">优软互联<em><span ng-if="userInfo">(<span ng-bind="countData || 0 | number"></span>)</span></em></div>
-		</li>
+		</li>-->
 		<!--<li ng-controller="ScrollToTopCtrl">-->
 			<!--<a href="javascript:void(0)" ng-click="scrollToTop()"><img src="static/img/icon/top.png"/></a>-->
 			<!--<div class="sidebar-menu" style="width: 100px">返回顶部</div>-->