Add version feature for tank cli.

This commit is contained in:
zicla
2019-05-05 02:42:54 +08:00
parent 5625149766
commit 8dd524e89e
4 changed files with 26 additions and 17 deletions

View File

@ -413,7 +413,7 @@ func (this *MatterService) createDirectory(request *http.Request, dirMatter *Mat
}
//绝对路径
absolutePath := GetUserFileRootDir(user.Username) + dirMatter.Path + "/" + name
absolutePath := GetUserMatterRootDir(user.Username) + dirMatter.Path + "/" + name
//相对路径
relativePath := dirMatter.Path + "/" + name