From 72799b73a50720b85e6e98e63c9d4a67d95a04a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Wed, 31 May 2023 15:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=9B=E5=BE=AE=E8=96=AA=E8=B5=84=E6=A0=B8?= =?UTF-8?q?=E7=AE=97iframe=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/BaseLayout/typings.ts | 2 +- src/layouts/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/BaseLayout/typings.ts b/src/layouts/BaseLayout/typings.ts index bf9d326..c9156bf 100644 --- a/src/layouts/BaseLayout/typings.ts +++ b/src/layouts/BaseLayout/typings.ts @@ -52,7 +52,7 @@ export type Route = { } & MenuDataItem; export type WithFalse = T | false; -export type RouterTypes

= { +export type RouterTypes

= { computedMatch?: match

; route?: Route; location: BasicRouteProps['location'] | { pathname?: string }; diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index 6243e07..61e13a8 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -15,7 +15,7 @@ import { layoutConfig } from "@/layouts/config"; import stores from "@/store"; import "moment/locale/zh-cn"; import "antd/dist/antd.variable.min.css"; -import "../utils/flexible"; +// import "../utils/flexible"; moment.locale("zh-cn");