diff --git a/nkebao/src/components/MeauMobile/MeauMoible.tsx b/nkebao/src/components/MeauMobile/MeauMoible.tsx index 20b90b62..2a84a9dc 100644 --- a/nkebao/src/components/MeauMobile/MeauMoible.tsx +++ b/nkebao/src/components/MeauMobile/MeauMoible.tsx @@ -1,24 +1,20 @@ import React, { useState, useEffect } from "react"; import { TabBar } from "antd-mobile"; -import { - AppOutline, - ShopbagOutline, - PieOutline, - UserOutline, -} from "antd-mobile-icons"; +import { PieOutline, UserOutline } from "antd-mobile-icons"; +import { HomeOutlined, TeamOutlined } from "@ant-design/icons"; import { useLocation, useNavigate } from "react-router-dom"; const tabs = [ { key: "home", title: "首页", - icon: , + icon: , path: "/", }, { key: "scene", title: "场景获客", - icon: , + icon: , path: "/scenarios", }, {