From 7c88719be6d24969f3f62f60eae38974081cdb76 Mon Sep 17 00:00:00 2001
From: maochaoying <925670706@qq.com>
Date: Fri, 8 Sep 2023 11:19:29 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=8D=E7=B1=BB=E5=92=8C=E5=85=A8=E9=83=A8?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.jsx | 10 ++++++++++
src/views/AllMaterial/index.jsx | 5 +++++
src/views/MaterialKind/index.jsx | 5 +++++
3 files changed, 20 insertions(+)
create mode 100644 src/views/AllMaterial/index.jsx
create mode 100644 src/views/MaterialKind/index.jsx
diff --git a/src/router/index.jsx b/src/router/index.jsx
index 3b96af6..a3efdb0 100644
--- a/src/router/index.jsx
+++ b/src/router/index.jsx
@@ -2,6 +2,8 @@ import { lazy } from 'react'
const Overview = lazy(() => import('../views/Overview'))
const Search = lazy(() => import('../views/Search'))
+const AllMaterial = lazy(() => import('../views/AllMaterial'))
+const MaterialKind = lazy(() => import('../views/MaterialKind'))
const routes = [
{
@@ -12,6 +14,14 @@ const routes = [
path: '/search',
element: