tony.cheng
2026-02-12 4d5e72b8da64108455b541eeb13aef5132b6bbc7
web-app/src/App.js
@@ -14,6 +14,7 @@
// 弹窗组件
import ToolModal from './components/common/ToolModal';
import OutboundCallWidget from './components/common/OutboundCallWidget';
// 工具内容组件
import WageCalculatorContent from './components/tools/WageCalculatorContent';
@@ -112,6 +113,9 @@
            {renderModalContent()}
          </ToolModal>
        )}
        {/* 智能外呼通话显示组件 - 默认隐藏,可主动触发显示 */}
        <OutboundCallWidget />
      </div>
    </Spin>
  );