FhcApp uses vueRouter4; CisApp checks for global router instance and routes internally as long as a path/routename/component setup is defined, if that is not the case use the provided href link; WIP moving apps like Profil, MyLv etc into components to be navigated by FhcApp;

This commit is contained in:
Johann Hoffmann
2025-01-15 14:10:08 +01:00
parent bae7b330f8
commit f60f735fa8
11 changed files with 274 additions and 37 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ class Dashboard extends Auth_Controller
'name' => $personData->vorname,
'person_id' => $personData->person_id
);
$this->load->view('CisVue/Dashboard.php',['viewData' => $viewData]);
$this->load->view('CisRouterView/CisRouterView.php', ['viewData' => $viewData]);
}
}