【修改】 文件位置PPTX

This commit is contained in:
DESKTOP-932OMT8\REN
2025-06-26 16:06:49 +08:00
parent 9ce9a55d71
commit a44730bc8f
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
<template #image>
<div class="avator">
<img
src="../img/edge-new-fill.png"
src="../../img/edge-new-fill.png"
style="width: 52px; height: 52px; border-radius: 50%"
/>
<div class="edit-mask"></div>

View File

@@ -447,6 +447,7 @@ const handleCheckChange = (data: Tree, checked: boolean, indeterminate: boolean)
pptxPoints.value.isText = data.isText
pptxPoints.value.isTrue = data.isTrue
pptxPoints.value.isParameter = data.isParameter
pptxPoints.value.path = filePath.value
pptxPointsInfosList.push(cloneDeep(pptxPoints.value))
}
console.log(data, checked, indeterminate)