chore: demo page for system/department (#5611)

* feat: department management demo

* perf: department page improve

* feat: demo api middleware

* fix: add losing import
This commit is contained in:
Netfan
2025-02-25 19:47:45 +08:00
committed by GitHub
parent 7041c6a106
commit d33261d0c2
19 changed files with 811 additions and 8 deletions

View File

@@ -7,9 +7,11 @@ import {
} from './i18n';
const $t = i18n.global.t;
const $te = i18n.global.te;
export {
$t,
$te,
i18n,
loadLocaleMessages,
loadLocalesMap,