refactor(src): 移除客户详情相关代码

- 删除了客户详情页面的配置、样式和组件文件
- 更新了 app.config.ts,移除了与客户详情相关的页面引用
- 优化了首页 Grid 组件的导航逻辑
This commit is contained in:
2025-09-03 17:55:49 +08:00
parent 1368155736
commit ece93d4fcc
28 changed files with 34 additions and 3490 deletions

View File

@@ -180,7 +180,9 @@ const DealerOrders: React.FC = () => {
)}
</>
) : (
<Empty description="暂无收益"/>
<Empty description="暂无收益" style={{
backgroundColor: 'transparent'
}}/>
)}
</View>
</ScrollView>