wuxw
2019-12-29 e7e6bbdbbad5dcb16e386eec1492191e8ddfb237
1
2
3
4
5
6
7
8
9
10
11
12
<div class="footer" id="copyright">
    <div class="float-right">
        <strong>{{copyrightInfo.logo}}小区管理系统</strong>
    </div>
    <div>
        <strong>Copyright</strong>
        <span v-if = "copyrightInfo.logo == 'HC'">{{copyrightInfo.company}} &copy; {{copyrightInfo.date}} | {{copyrightInfo.openSource}}</span>
        <span v-else>
            {{copyrightInfo.logo}} 团队
        </span>
    </div>
</div>