From d9fccc54332f7c3687b793decb78498f8cc1f51b Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 12 Jan 2026 11:54:36 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9D=97=20=E5=81=9C=E7=94=A8=E8=B4=A2?= =?UTF-8?q?=E5=8A=A1:=20=E6=B1=87=E7=8E=87;=20=E4=BF=A1=E7=94=A8=E5=8D=A1?= =?UTF-8?q?=E8=B4=A6=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index bd561f8..a465a07 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -105,11 +105,13 @@ const App = () => { ], }, { - key: 20, label: '商务市场', icon: , + key: 20, + label: '商务市场', + icon: , children: [ { key: 201, label: 订单数据 }, { key: 202, label: 火车票Upsell }, - ] + ], }, { key: 5, @@ -147,11 +149,8 @@ const App = () => { label: '财务', icon: , children: [ - { - key: 41, - label: 信用卡账单, - }, - { key: 42, label: 汇率 }, + // { key: 41, label: 信用卡账单 }, + // { key: 42, label: 汇率 }, { key: 'service_person_num', label: 服务人数 }, ], },