We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
录入云资源账号后无法新增同步 如图,没法选择区域,开了F12看也没有看到获取区域的相关请求,资源类型不知道为啥不能填
统一搜索不知为啥无响应,且是瞬间返回报错
#5 编辑资源信息报错,最新代码依然有问题
#10 前后端分离部署static/ui/index.html的问题: 需要再项目目录下创建static目录,并注释掉sysrouter.go的
func sysStaticFileRouter(r *gin.RouterGroup, g *gin.Engine) { r.Static("/static", "./static") //g.LoadHTMLGlob("static/ui/index.html") }``` 才能正常运行
The text was updated successfully, but these errors were encountered:
No branches or pull requests
录入云资源账号后无法新增同步
如图,没法选择区域,开了F12看也没有看到获取区域的相关请求,资源类型不知道为啥不能填
统一搜索不知为啥无响应,且是瞬间返回报错
#5 编辑资源信息报错,最新代码依然有问题
#10 前后端分离部署static/ui/index.html的问题:
需要再项目目录下创建static目录,并注释掉sysrouter.go的
The text was updated successfully, but these errors were encountered: