feat: 动态路由

This commit is contained in:
2025-09-12 15:37:07 +08:00
parent 2bb11b49fe
commit e42e1c01fb
14 changed files with 321 additions and 118 deletions

View File

@@ -0,0 +1,5 @@
const TenantList = () => {
return <div>TenantList</div>;
};
export default TenantList;