jamebal / jmal-cloud-server

JmalCloud It's a private cloud storage project that makes it simple and secure to manage your files in the cloud. JmalCloud 是一款私有云存储网盘项目,能够简单安全管理您的云端文件
https://jmalcloud.github.io
MIT License
305 stars 76 forks source link

问题描述:预览文件夹和下载文件夹未找到路径 #15

Closed sjgfa closed 1 year ago

sjgfa commented 1 year ago

我看了一下controller的代码,没找到下载文件和预览文件的controller

jamebal commented 1 year ago

文件的预览和下载在这里:com.jmal.clouddisk.interceptor.FileInterceptor

sjgfa commented 1 year ago

文件的预览和下载在这里:com.jmal.clouddisk.interceptor.FileInterceptor

好的,谢谢,我找到原因了,还是因为window的差异,生成的链接file.path是\,而我们的链接地址是/,我改一下代码就好了 image