feat: 用户信息页面
This commit is contained in:
11
src/router/modules/main/share/index.ts
Normal file
11
src/router/modules/main/share/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @format */
|
||||
|
||||
import { lazy } from "react";
|
||||
|
||||
const MainShare = lazy(
|
||||
() =>
|
||||
new Promise((resolve: any) => {
|
||||
resolve(import("@/components/Main/Share"));
|
||||
}),
|
||||
);
|
||||
export default MainShare;
|
Reference in New Issue
Block a user