feat: 删除路由拦截器,添加二级路由
This commit is contained in:
7
src/components/Main/File/index.tsx
Normal file
7
src/components/Main/File/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @format */
|
||||
import { FunctionComponent } from "react";
|
||||
|
||||
const File: FunctionComponent = () => {
|
||||
return <div>文件管理</div>;
|
||||
};
|
||||
export default File;
|
Reference in New Issue
Block a user