diff --git a/src/pages/index/Grid.tsx b/src/pages/index/Grid.tsx index a8bc20d..fdc2d23 100644 --- a/src/pages/index/Grid.tsx +++ b/src/pages/index/Grid.tsx @@ -16,7 +16,7 @@ const menuList: MenuItem[] = [ id: 1, title: '我要推荐', icon: 'https://oss.wsdns.cn/20260330/5f54527123864193b0a2078f812b117f.png?x-oss-process=image/resize,m_fixed,w_750/quality,Q_90', - path: '/dealer/qrcode/index' + path: '/dealer/customer/add' }, { id: 2, @@ -34,7 +34,7 @@ const menuList: MenuItem[] = [ id: 4, title: '个人中心', icon: 'https://oss.wsdns.cn/20260330/6b198116f2d94b1e942c55ebe2f73728.png?x-oss-process=image/resize,m_fixed,w_750/quality,Q_90', - path: '/user/wallet/wallet' + path: '/pages/user/user' } ];