提交 e09c914e 编写于 作者: K klausY

Merge branch 'gin-vue-admin_v2_dev' of...

Merge branch 'gin-vue-admin_v2_dev' of https://github.com/flipped-aurora/gin-vue-admin into gin-vue-admin_v2_dev
......@@ -146,6 +146,14 @@ swag init
![架构图](./docs/gin-vue-admin.png)
<p style="text-align: center">架构图</p>
![前端架构图](http://qmplusimg.henrongyi.top/naotu.png)
<a style="text-align: center">前端结构图 提供者:<a href="https://github.com/baobeisuper">baobeisuper</a></p>
```
├─server (后端文件夹)
│ ├─api (API)
......
......@@ -146,6 +146,13 @@ After executing the above command,`docs` will show in `server/`,then open yo
![Architecture diagram](./docs/gin-vue-admin.png)
<p style="text-align: center">Architecture diagram</p>
![Front-end Architecture diagram](http://qmplusimg.henrongyi.top/naotu.png)
<a style="text-align: center">Front-end Architecture diagram Provider:<a href="https://github.com/baobeisuper">baobeisuper</a></p>
```
├─server (backend)
│ ├─api (API entrance)
......
......@@ -39,7 +39,7 @@ func CreateTemp(c *gin.Context) {
Path: "/" + a.Abbreviation + "/" + "update" + a.StructName,
Description: "更新" + a.StructName,
ApiGroup: a.Abbreviation,
Method: "POST",
Method: "PUT",
},
{
Path: "/" + a.Abbreviation + "/" + "find" + a.StructName,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册