Просмотр исходного кода

4.需求优化 底部导航栏(媒体报道&商务合作)优化到“关于我们”里

xinfeng 6 лет назад
Родитель
Сommit
03dd394c96
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      components/footer.vue

+ 2 - 2
components/footer.vue

@@ -33,9 +33,9 @@
           <a class="item" :href="baseUrl+'/index/app'" rel="nofollow">APP下载</a>
           <a class="item" href="http://support.proginn.com/" rel="nofollow">帮助</a>
           <a class="item" :href="baseUrl+'/about'" rel="nofollow">关于我们</a>
-          <a class="item" :href="baseUrl+'/about/mediareports'" rel="nofollow">媒体报道</a>
+          <!--<a class="item" :href="baseUrl+'/about/mediareports'" rel="nofollow">媒体报道</a>-->
           <a class="item" :href="baseUrl+'/sites/'" rel="nofollow">合作伙伴</a>
-          <a class="item" href="https://inn.proginn.com/sites/about.html" rel="nofollow">商务合作</a>
+          <!--<a class="item" href="https://inn.proginn.com/sites/about.html" rel="nofollow">商务合作</a>-->
           <a class="item" :href="baseUrl+'/about/suggestion'" rel="nofollow">意见反馈</a>
           <span style="color: rgb(204, 204, 204);" class="ui item">© 程序员客栈</span>
         </div>