This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_admin
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
打包
master
huangjiajun
1 day ago
parent
90f8fd4cba
commit
04045e9639
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/svc/cloud_bundle/svc_version_info.go
+ 2
- 0
app/svc/cloud_bundle/svc_version_info.go
View File
@@ -36,6 +36,8 @@ func VersionBase(c *gin.Context) {
data[k].Url = v1.Url
data[k].Content = v1.Content
data[k].IsMust = v1.IsMust
data[k].DownType = v1.DownType
data[k].OutUrl = v1.OutUrl
}
}
}
Write
Preview
Loading…
Cancel
Save