feat: del unuse code
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user