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