Browse Source

提交代码

pull/3433/head
ychao_1983 2 years ago
parent
commit
d530ff7e8c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/modelarts.go

+ 1
- 1
routers/repo/modelarts.go View File

@@ -467,7 +467,7 @@ func getFileUrl(url string, filename string) string {
}
}

return url + middle + path.Base(filename)
return url + middle + filename
}

func NotebookRestart(ctx *context.Context) {


Loading…
Cancel
Save