feat: 添加存储商配置表单框架

This commit is contained in:
landaiqing
2024-07-08 11:17:37 +08:00
parent 086c2e20d4
commit d5d900c37f
19 changed files with 3324 additions and 50 deletions

View File

@@ -1,10 +0,0 @@
/** @format */
import routes from "@/router/routes.ts";
import { RouterGuard } from "@/router/guard.ts";
function App() {
return <div className="App">{RouterGuard(routes)}</div>;
}
export default App;