293979a28d7585c23438edb7741500426c4e71bd..f3d58432c362120c2a8fa5bb5d194d8cc8e9ab50
2024-12-30 xiangpei
Merge remote-tracking branch 'origin/master'
f3d584 对比 | 目录
2024-12-30 xiangpei
上传后密码显示bug
6969eb 对比 | 目录
1个文件已修改
3 ■■■■ 已修改文件
src/views/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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