mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-09-27 12:32:19 +08:00
文档
This commit is contained in:
@@ -5,7 +5,7 @@ export default defineConfig({
|
|||||||
base:'/x_admin/',
|
base:'/x_admin/',
|
||||||
title: "x_admin",
|
title: "x_admin",
|
||||||
description: "x_admin 开发文档",
|
description: "x_admin 开发文档",
|
||||||
|
ignoreDeadLinks: true,
|
||||||
markdown: {
|
markdown: {
|
||||||
lineNumbers: true
|
lineNumbers: true
|
||||||
},
|
},
|
||||||
|
@@ -281,7 +281,7 @@ func (c *Controller) ListAccounts(ctx *gin.Context) {
|
|||||||
swag init
|
swag init
|
||||||
```
|
```
|
||||||
|
|
||||||
4. 运行程序,然后在浏览器中访问 http://localhost:8080/swagger/index.html 。将看到Swagger 2.0 Api文档,如下所示:
|
4. 运行程序,然后在浏览器中访问 [here](http://localhost:8080/swagger/index.html) 。将看到Swagger 2.0 Api文档,如下所示:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Reference in New Issue
Block a user