From 4de48dc5b94d677bdd0caa3486b547d1db806f90 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Thu, 12 Mar 2026 17:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business-css/frontend/src/components/antvg6/index.vue | 2 -- .../frontend/src/components/antvx6/changeDialogsettings.vue | 1 - business-css/frontend/src/components/antvx6/echartsModel.vue | 1 - .../views/business/algorithmManagement/modelTrainTask/index.vue | 1 - .../frontend/src/views/component/scenario/condition.vue | 1 - 5 files changed, 6 deletions(-) diff --git a/business-css/frontend/src/components/antvg6/index.vue b/business-css/frontend/src/components/antvg6/index.vue index 19c6fb6..3120d13 100644 --- a/business-css/frontend/src/components/antvg6/index.vue +++ b/business-css/frontend/src/components/antvg6/index.vue @@ -210,7 +210,6 @@ onMounted(() => { }, // style: dragLine.value, style: (edgeData:any) => { - debugger // 动态设置虚线还是实线 const baseStyle = dragLine.value; if (edgeData.data && edgeData.data.isDashed) { @@ -232,7 +231,6 @@ onMounted(() => { }); graph.on(NodeEvent.CLICK, (evt) => { - debugger const { target } = evt; const nodeId = target.id; diff --git a/business-css/frontend/src/components/antvx6/changeDialogsettings.vue b/business-css/frontend/src/components/antvx6/changeDialogsettings.vue index b6ea313..54db1ae 100644 --- a/business-css/frontend/src/components/antvx6/changeDialogsettings.vue +++ b/business-css/frontend/src/components/antvx6/changeDialogsettings.vue @@ -296,7 +296,6 @@ function confirmClick(){ } }); - debugger emit('closeChangeDialogsettings',{ formula: formula.value, formulaData: formulaData.value, diff --git a/business-css/frontend/src/components/antvx6/echartsModel.vue b/business-css/frontend/src/components/antvx6/echartsModel.vue index b15e3d8..d8f362d 100644 --- a/business-css/frontend/src/components/antvx6/echartsModel.vue +++ b/business-css/frontend/src/components/antvx6/echartsModel.vue @@ -203,7 +203,6 @@ function getScenarioResults(){ let barChart:any = null const handleExport = () => { if (!barChart) return - debugger // 调用ECharts导出API,自定义文件名 barChart.exportToPNG({ pixelRatio: 2, diff --git a/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue b/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue index 8d68d39..adda740 100644 --- a/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue +++ b/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue @@ -76,7 +76,6 @@ function getAlgorithmList() { // 获取算法列表 } function selectAlgorithmType(type:any) { // 选择算法类型 - debugger getAlgorithmType(type) } const algorithmsTypeData:any =ref([]) diff --git a/business-css/frontend/src/views/component/scenario/condition.vue b/business-css/frontend/src/views/component/scenario/condition.vue index e88c669..a9a907d 100644 --- a/business-css/frontend/src/views/component/scenario/condition.vue +++ b/business-css/frontend/src/views/component/scenario/condition.vue @@ -39,7 +39,6 @@ const props = defineProps({ // 接收父组件传递的项目信息 }); const isEdit = ref(props.isEdit) function submitClick() { - debugger return menuList.value } function initDeviceData(){