소스 검색

更新线上下载地址

孙志雷 5 년 전
부모
커밋
1396880600
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/fileDetail/index.vue

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

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