fix(route): SolutionPage 폴백 라우트 추가
This commit is contained in:
parent
72a05db7c3
commit
072682c646
@ -287,6 +287,7 @@ export default function SolutionPage() {
|
||||
<Route path="erp" element={<ERP />} />
|
||||
<Route path="crm" element={<CRM />} />
|
||||
<Route path="bi" element={<BI />} />
|
||||
<Route path="*" element={<ERP />} />
|
||||
</Routes>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user