wuxw
2019-05-08 035539b4e23f36b10dfba16fec01f26d3c629e29
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">