Complete main UI #37

Merged
FatttSnake merged 192 commits from FatttSnake into dev 2024-02-23 16:31:17 +08:00
Showing only changes of commit 8e5031e8a3 - Show all commits

View File

@@ -31,11 +31,13 @@ export const getAuthRoute = (
} }
return value return value
}) })
if (temp[0]) {
temp.push({ temp.push({
path: '', path: '',
absolutePath: '', absolutePath: '',
element: <Navigate to={temp[0].absolutePath} replace /> element: <Navigate to={temp[0].absolutePath} replace />
}) })
}
return temp return temp
} }