Browse Source

服务侧边导航栏调整

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7942 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
2dd2202de1
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/main/webapp/resources/tpl/index/cs/left.html

+ 2 - 3
src/main/webapp/resources/tpl/index/cs/left.html

@@ -4,8 +4,7 @@
 	</div>
 	<ul class="list-unstyled">
 		<li><a href="{{userInfo.enterprise.enSaasUrl? 'http://' + userInfo.enterprise.enSaasUrl + '.saas.ubtob.com':'#/account/enterprise'}}">优企云服</a></li>
-		<li><a>电子元器件市场</a></li>
-		<li><a>商机库</a></li>
-		<li><a>我的物流</a></li>
+		<li><a href="http://mall.ubtob.com/" target="_blank">电子元器件市场</a></li>
+		<li><a href="#/baseInfo/enterpriseList">企业圈</a></li>
 	</ul>
 </div>