|
|
@@ -126,7 +126,7 @@ function openImage(){
|
|
|
clientStore.ipc.removeAllListeners(icpList.utils.openImage);
|
|
|
clientStore.ipc.send(icpList.utils.openImage);
|
|
|
clientStore.ipc.on(icpList.utils.openImage, async (event, result) => {
|
|
|
- console.log(result.base64Image);
|
|
|
+
|
|
|
filePath.value = result.filePath
|
|
|
base64Image.value = result.base64Image
|
|
|
clientStore.ipc.removeAllListeners(icpList.utils.openImage);
|