mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 03:16:49 +08:00
refactor(component): 优化 RenderMinerU 组件的识别和撤销功能
- 移除了多余的 loading 层 - 在撤销功能中添加了 loading 效果,提升了用户体验 - 调整了 loading 文字内容,使其更加准确 - 优化了按钮生成逻辑,删除了多余的 break 语句 - 调整了页面切换的延迟时间,提高了响应速度
This commit is contained in:
@@ -52,7 +52,7 @@ export default {
|
||||
name: 'create',
|
||||
data() {
|
||||
return {
|
||||
visible: false,
|
||||
visible: true,
|
||||
active: 0,
|
||||
documentId: '1363864715567140864'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user