diff --git a/src/component/Canvas/CanvasEditor/index.vue b/src/component/Canvas/CanvasEditor/index.vue index 4b462987..7247885a 100644 --- a/src/component/Canvas/CanvasEditor/index.vue +++ b/src/component/Canvas/CanvasEditor/index.vue @@ -34,7 +34,7 @@ import TextEditorPanel from "./components/TextEditorPanel.vue"; // 引入文本 import LiquifyPanel from "./components/LiquifyPanel.vue"; // 引入液化编辑面板 import SelectionPanel from "./components/SelectionPanel.vue"; // 引入选区面板 import { LayerType, OperationType } from "./utils/layerHelper.js"; -import { ToolManager } from "./managers/toolManager.js"; +import { ToolManager } from "./managers/ToolManager.js"; import { fabric } from "fabric-with-all"; import { uploadImageAndCreateLayer,