feat: 修改首页赋值逻辑

This commit is contained in:
chenli
2026-02-02 09:14:54 +08:00
parent 6d631af58a
commit 9ce4ed0c01
2 changed files with 20 additions and 20 deletions

View File

@@ -44,7 +44,7 @@
:menuList="homeData.commonUseMenuList || []" @launch="launch" v-if="homeData.commonUseEnable"
@openPage="openPage" :flowEnabled="homeData.flowEnabled" /> -->
<CommonPaneSys title="应用功能" :flowList="[]" type="common"
<CommonPaneSys title="应用功能" type="common"
:menuList="homeData || []" @launch="launch" v-if="homeData"
@openPage="openPage" />
<view class="todo-list-wrap">
@@ -100,12 +100,12 @@
</view>
</scroll-view>
<view class="empty-container" v-else>
<!-- <view>
<view>
<image
class="empty-icon"
src="https://app.cdn.jnpfsoft.com/image/message/nodata.png"
mode="widthFix"
/></view> -->
/></view>
<text class="empty-tip">暂无数据</text>
</view>
</view>