From 3b5bbe49ca6f123494e9d350aad6ce0ea9f8fcaa Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期四, 07 十二月 2023 09:01:42 +0800 Subject: [PATCH] 修改视频专网互联网 --- src/views/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 2b64254..a404f2d 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -288,9 +288,10 @@ await childFile.value.handleCilck() dialog.visible = false; } -const lookPawsd = async (row: OssVO) => { - console.log(row, row.ossId); - testtxt.value = row.password; +const lookPawsd = async (row:any) => { + console.log(row); + // row.msg = ':/"123456' + testtxt.value = row.msg.slice(2); titleDownload.value = '鏌ョ湅鎻愬彇鐮�' pasTxt.value = '' visibleCode.value = true -- Gitblit v1.8.0