diff --git a/src/views/AI/board/index.vue b/src/views/AI/board/index.vue
deleted file mode 100644
index d468f6a..0000000
--- a/src/views/AI/board/index.vue
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/AI/chat/index.vue b/src/views/AI/chat/index.vue
index 474ff57..d547fce 100644
--- a/src/views/AI/chat/index.vue
+++ b/src/views/AI/chat/index.vue
@@ -34,10 +34,11 @@
diff --git a/src/views/AI/index.vue b/src/views/AI/index.vue
index ccc6a50..0cc72bd 100644
--- a/src/views/AI/index.vue
+++ b/src/views/AI/index.vue
@@ -50,7 +50,7 @@ const handlerPath = (path)=>{
router.push(path + '/'+ Date.now()).catch(()=>{
})
- // router.replace(route.fullPath);
+
}
diff --git a/src/views/chart/ContentEdit/components/EditBottom/index.vue b/src/views/chart/ContentEdit/components/EditBottom/index.vue
index c0de5c9..67a202b 100644
--- a/src/views/chart/ContentEdit/components/EditBottom/index.vue
+++ b/src/views/chart/ContentEdit/components/EditBottom/index.vue
@@ -2,16 +2,16 @@
-
+
-
+
-
+
-
+
@@ -112,7 +112,7 @@ import { EditRange } from './components/EditRange'
import { EditRule } from './components/EditRule'
import { EditBottom } from './components/EditBottom'
import { EditShapeBox } from './components/EditShapeBox'
-import { EditTools } from './components/EditTools'
+// import { EditTools } from './components/EditTools'
const chartEditStore = useChartEditStore()
const { handleContextMenu } = useContextMenu()