feat(ui): dynamic page title based on tenant context
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 49s

This commit is contained in:
2026-01-28 13:58:54 +08:00
parent cca49b5fe8
commit c3af92c85c
4 changed files with 12 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ export interface PageProps {
declare global {
interface Window {
axios: AxiosInstance;
appName: string;
}
var route: typeof routeFn;