This website works better with JavaScript.
Home
Explore
Help
Sign In
huangjiajun
/
zyos_camp_task
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
huangjiajun
2 weeks ago
parent
7fb349bf16
commit
c000ba069d
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
app/store/hdl/hdl_login.go
+ 0
- 5
app/store/hdl/hdl_login.go
View File
@@ -51,11 +51,6 @@ func ImgReqUpload(c *gin.Context) {
e.OutErr(c, e.ERR_INVALID_ARGS)
return
}
// 限制用户上传目录
if _, ok := md2.FileUserDir[args.Dir]; !ok {
e.OutErr(c, e.ERR_FORBIDEN)
return
}
scheme := "http"
if c.Request.TLS != nil {
scheme = "https"
Write
Preview
Loading…
Cancel
Save