- Ant Design Pro 是一个整合了 umi,Ant Design 和 ProComponents 的脚手架方案。致力于在设计规范和基础组件的基础上,继续向上构建,提炼出典型模板/业务组件/配套设计资源,进一步提升企业级中后台产品设计研发过程中的『用户』和『设计者』的体验。 -
-From 97348fea9e49c7d938b6aa824aedc23ba43a7cdb Mon Sep 17 00:00:00 2001
From: zhengw <247276359@qq.com>
Date: Tue, 18 Apr 2023 09:57:53 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=20=E5=88=A0=E9=99=A4?=
=?UTF-8?q?=E4=B8=8D=E7=94=A8=E7=9A=84=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app.tsx | 6 +-
src/components/Footer/index.tsx | 9 +-
src/global.less | 4 -
src/global.tsx | 9 +-
src/pages/Admin.tsx | 45 -
src/pages/ChatLogs/ChatLogsType.ts | 1 +
src/pages/ChatLogs/index.tsx | 3 +-
src/pages/TableList/components/UpdateForm.tsx | 209 ----
src/pages/TableList/index.tsx | 422 -------
.../Login/__snapshots__/login.test.tsx.snap | 1114 -----------------
src/pages/User/Login/index.tsx | 76 +-
src/pages/User/Login/login.test.tsx | 96 --
src/pages/Welcome.tsx | 168 ---
src/pages/Workbench/index.module.scss | 8 +-
14 files changed, 36 insertions(+), 2134 deletions(-)
delete mode 100644 src/pages/Admin.tsx
delete mode 100644 src/pages/TableList/components/UpdateForm.tsx
delete mode 100644 src/pages/TableList/index.tsx
delete mode 100644 src/pages/User/Login/__snapshots__/login.test.tsx.snap
delete mode 100644 src/pages/User/Login/login.test.tsx
delete mode 100644 src/pages/Welcome.tsx
diff --git a/src/app.tsx b/src/app.tsx
index c819e03..2ec8b21 100644
--- a/src/app.tsx
+++ b/src/app.tsx
@@ -1,6 +1,6 @@
import Footer from '@/components/Footer';
import { LinkOutlined } from '@ant-design/icons';
-import type { Settings as LayoutSettings } from '@ant-design/pro-components';
+import { Settings as LayoutSettings } from '@ant-design/pro-components';
import type { RequestConfig, RunTimeLayoutConfig } from '@umijs/max';
import { history, Link } from '@umijs/max';
import { App } from 'antd';
@@ -114,7 +114,7 @@ export const layout: RunTimeLayoutConfig = ({ initialState, setInitialState }) =
childrenRender: (children) => {
// if (initialState?.loading) return
- Want to add more pages? Please refer to{' '} - - use block - - 。 -
-- Ant Design Pro 是一个整合了 umi,Ant Design 和 ProComponents - 的脚手架方案。致力于在设计规范和基础组件的基础上,继续向上构建,提炼出典型模板/业务组件/配套设计资源,进一步提升企业级中后台产品设计研发过程中的『用户』和『设计者』的体验。 -
-