Explorar o código

更新线上下载地址

孙志雷 %!s(int64=5) %!d(string=hai) anos
pai
achega
1396880600
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')
       link.style.display = 'none'
       // 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')
       document.body.appendChild(link)
       link.click()