wuxw
2019-05-09 e546f6e157e79e4074ca23f7e4e48a5c9aea4fdb
WebService/src/main/resources/components/nav/nav.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">