晴天
7f078a3c49
fix(ui): import term tooltip helpers in config pages
Gateway 配置页和模型配置页都会在 label 中渲染术语帮助按钮,并在页面渲染后调用 tooltip 绑定逻辑。
这两个页面之前引用了 termHelpHtml / attachTermTooltips,但没有导入对应 helper,导致 Gateway 配置页加载配置后直接抛出 ReferenceError,页面停在加载失败状态。
## 修复
- Gateway 配置页补充 term-tooltip helper import
- 模型配置页补充同一 helper import,避免进入编辑服务商弹窗时触发同类运行时错误
## 验证
- npm run build:PASS
2026-05-15 18:54:13 +08:00
..
2026-05-14 01:31:58 +08:00
2026-05-14 03:38:47 +08:00
2026-05-14 03:47:25 +08:00
2026-05-14 03:38:47 +08:00
2026-05-14 03:38:47 +08:00
2026-04-16 13:55:26 +08:00
2026-05-15 18:30:04 +08:00
2026-05-14 03:38:47 +08:00
2026-05-14 03:38:47 +08:00
2026-05-14 07:17:28 +08:00
2026-04-11 00:44:06 +08:00
2026-05-14 03:38:47 +08:00
2026-05-14 07:17:28 +08:00
2026-05-14 03:38:47 +08:00
2026-05-15 18:54:13 +08:00
2026-05-14 03:38:47 +08:00
2026-05-14 03:38:47 +08:00
2026-05-14 03:38:47 +08:00
2026-05-15 18:54:13 +08:00
2026-05-14 04:27:33 +08:00
2026-04-11 00:44:06 +08:00
2026-04-11 00:44:06 +08:00
2026-04-01 15:06:25 +08:00
2026-05-14 03:38:47 +08:00
2026-05-14 01:46:55 +08:00
2026-04-20 11:57:08 +08:00
2026-05-14 03:38:47 +08:00
2026-03-24 18:51:36 +08:00