Browse Source

更显线上下载地址

孙志雷 5 năm trước cách đây
mục cha
commit
1c01d59754
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/browse/index.vue

+ 1 - 1
src/views/browse/index.vue

@@ -76,7 +76,7 @@ export default {
       const link = document.createElement('a')
       link.style.display = 'none'
       // link.href = `https://whiteboardtest.ai160.com/download?path=${row.taskFile.path}&fileName=${row.taskFile.fileName}`
-      link.href = `https://whiteboard.ai160.com/download?path=${row.taskFile.path}&fileName=${row.taskFile.fileName}`
+      link.href = `https://whiteboard.ai160.com/sharedWhiteBoard/download?path=${row.taskFile.path}&fileName=${row.taskFile.fileName}`
       link.setAttribute('download', 'excel.xlsx')
       document.body.appendChild(link)
       link.click()