zhangjiaqing
8 天以前 1cef3adee31c6934c0da4b4f0b8a6f5ac03b364f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<div class="vc-index">
   
    <div v-if="propertyIndexInfo.storeTypeCd == '800900000003'">
        <div class="vc-index-nav">
            <span><i class="fa fa-home margin-right-sm"></i>首页</span><span
                class="margin-left-sm margin-right-sm">/</span><span>控制台</span>
        </div>
        <div class="vc-index-1 flex justify-start">
            <div class="index-1-left">
                <vc:create path="property/indexCommunity"></vc:create>
            </div>
            <div class="index-1-right">
                <vc:create path="property/indexNotice"></vc:create>
            </div>
        </div>
        <div class="vc-index-1  flex justify-start">
            <div class="index-1-left">
                <vc:create path="property/indexRepairComplaint"></vc:create>
            </div>
            <div class="index-1-right">
                <vc:create path="property/indexOwnerRoom"></vc:create>
            </div>
        </div>
    </div>
 
    <div v-if="propertyIndexInfo.storeTypeCd == '800900000001'">
        <vc:create path="admin/adminIndex"></vc:create>
    </div>
 
    <div v-if="propertyIndexInfo.storeTypeCd == '800900000000'">
        <vc:create path="admin/devIndex"></vc:create>
    </div>
</div>