|
|
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="right">
|
|
|
<view class="right">
|
|
|
<view class="right-content">
|
|
|
<view class="right-content">
|
|
|
<block v-if="menu.list.length >0">
|
|
|
|
|
|
|
|
|
<block v-if="menu.list.length > 0">
|
|
|
<view v-for="(item,index) in menu.list[tableSelectIndex].children" :key='index' class="item-box" @click="toNext(item.link)">
|
|
|
<view v-for="(item,index) in menu.list[tableSelectIndex].children" :key='index' class="item-box" @click="toNext(item.link)">
|
|
|
<view class="item bg-blue" :style="{ '--background': bgBlue }">
|
|
|
<view class="item bg-blue" :style="{ '--background': bgBlue }">
|
|
|
<image :src="`${fileURLList}${item.iconPath}`" />
|
|
|
<image :src="`${fileURLList}${item.iconPath}`" />
|