wuxw
2020-02-05 d1912e07cf4aa647ca305951f6c69de78bf71bae
WebService/src/main/resources/components/pageFramePackage/nav/nav.html
@@ -19,8 +19,8 @@
                <span class="caret"></span>
            </a>
            <div class="dropdown-menu" v-for="currentCommunity in navCommunityInfo.communityInfos">
                <a class="dropdown-item" v-on:click="changeCommunity(currentCommunity)">{{currentCommunity.name}}</a>
            <div class="dropdown-menu" >
                <a class="dropdown-item" v-for="currentCommunity in navCommunityInfo.communityInfos" v-on:click="changeCommunity(currentCommunity)">{{currentCommunity.name}}</a>
                <a href="/flow/enterCommunity" class="dropdown-item text-center">
                    <strong>入驻小区</strong>
                    <i class="fa fa-angle-right"></i>
@@ -28,7 +28,7 @@
            </div>
        </li>
        <li style="padding: 20px">
            <span class="m-r-sm text-muted welcome-message">欢迎访问HC小区管理系统,{{userName}}!</span>
            <span class="m-r-sm text-muted welcome-message">欢迎访问治家通小区管理系统,{{userName}}!</span>
        </li>
        <li class="dropdown">
            <a class="dropdown-toggle count-info" data-toggle="dropdown" href="#">
@@ -36,10 +36,10 @@
            </a>
            <ul class="dropdown-menu dropdown-alerts">
                <li v-for="notice in nav.notices">
                    <a v-bind:href="/flow/noticeDetailFlow?noticeId={{notice.noticeId}}" class="dropdown-item">
                    <a v-on:click="_noticeDetail(notice)" class="dropdown-item">
                        <div>
                            <i class="fa fa-envelope fa-fw"></i> {{notice.title}}
                            <span class="float-right text-muted small">{{notice.startTime}}</span>
                            <span class="float-right text-muted small">{{notice.createTime}}</span>
                        </div>
                    </a>
                    <div class="dropdown-divider"></div>