fix: 修复 ui-server 加载失败问题

This commit is contained in:
xiaojunnuo
2025-09-27 08:29:22 +08:00
parent 69aee36e75
commit c2ccdbec9d
3 changed files with 4 additions and 2 deletions
@@ -8,3 +8,5 @@ export * from './common-exception.js';
export * from './not-found-exception.js';
export * from './param-exception.js';
export * from './site-off-exception.js';
export * from './login-error-exception.js'
export * from './code-error-exception.js'