wuxw
2020-01-14 69e2baf5518079bfc16cfadc2fb29842fb3de85d
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>