From 6969eba8c3fcd5da8f57bf1a6c1c04a84e7ab7f3 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 30 十二月 2024 10:08:08 +0800
Subject: [PATCH] 上传后密码显示bug
---
src/views/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/index.vue b/src/views/index.vue
index 2a94d71..d305215 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -372,6 +372,7 @@
}
const lookPawsd = async (row: any) => {
console.log(row, row.ossId);
+ console.log("寰楀埌涓婁紶鍚庣殑淇℃伅",row);
clearInterval(state.mytime);
state.mytime = 0;
if(row == '123123'){
@@ -384,7 +385,7 @@
dialogVisible.value = false;
clearInterval(state.mytime);
state.mytime = 0;
- testtxt.value = row.password;
+ testtxt.value = row.data.password;
titleDownload.value = '鏌ョ湅鎻愬彇鐮�'
pasTxt.value = ''
visibleCode.value = true
--
Gitblit v1.8.0