Fix caching

This commit is contained in:
2023-06-22 12:12:48 +01:00
parent db4f72d483
commit 37ccda1ce9
4 changed files with 18 additions and 14 deletions

View File

@ -26,6 +26,10 @@ export const Login = new LoginStore();
const router = createBrowserRouter([
{
element: <LayoutPage />,
loader: async() => {
await System.Init();
return null;
},
children: [
{
path: "/",