🎇 指定路径与深度rebuild

This commit is contained in:
微凉
2021-04-14 13:34:14 +08:00
parent b613598c2b
commit 427244d8d5
9 changed files with 123 additions and 25 deletions

View File

@@ -42,7 +42,7 @@ func Get(c *gin.Context) {
}
return
}
drive := utils.GetDriveByName(strings.Split(dir, "/")[0])
drive := utils.GetDriveByName(strings.Split(get.Path, "/")[0])
if drive == nil {
c.JSON(200, MetaResponse(500, "找不到drive."))
return