From e641c55e94325acd35a8a08e7309f454ca4874b6 Mon Sep 17 00:00:00 2001
From: shiyj <1098226878@qq.com>
Date: 星期三, 19 六月 2019 09:54:03 +0800
Subject: [PATCH] demo用例

---
 WebService/src/main/resources/components/nav/nav.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/components/nav/nav.html b/WebService/src/main/resources/components/nav/nav.html
index 8be108e..3c1357c 100644
--- a/WebService/src/main/resources/components/nav/nav.html
+++ b/WebService/src/main/resources/components/nav/nav.html
@@ -1,4 +1,4 @@
-<nav id="nav" class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
+<nav id="nav" class="navbar navbar-static-top white-bg" role="navigation" style="margin-bottom: 0">
     <div class="navbar-header">
         <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
         <form role="search" class="navbar-form-custom" action="search_results.html">
@@ -19,7 +19,7 @@
                 <span class="caret"></span>
             </a>
             <div class="dropdown-menu" v-for="currentCommunity in navCommunityInfo.communityInfos">
-                <a class="dropdown-item" href="changeCommunity(currentCommunity)">{{currentCommunity.name}}</a>
+                <a class="dropdown-item" v-on:click="changeCommunity(currentCommunity)">{{currentCommunity.name}}</a>
             </div>
         </li>
         <li style="padding: 20px">

--
Gitblit v1.8.0