feat: del unuse code

This commit is contained in:
2025-10-13 18:06:59 +08:00
parent 60c28c2297
commit 32b4a7e624
7 changed files with 9 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
import React from "react";
import { NavBar, SafeArea, Toast } from "antd-mobile";
import { useNavigate, useLocation } from "react-router-dom";
import { User, CattleZodiac, Right } from "@icon-park/react";
import { NavBar, SafeArea } from "antd-mobile";
import { useNavigate } from "react-router-dom";
import "./index.less";
interface MainLayoutProps {
@@ -48,7 +47,6 @@ const MainLayout: React.FC<MainLayoutProps> = ({
const goBack = () => {
// 打印路由栈
// debugger;
if (onLink) {