Skip to content

Commit 447be95

Browse files
author
cg33
committed
fixed some errors
1 parent 9339b5e commit 447be95

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

en/plugins/admin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var Generators = map[string]models.TableGenerator{
7575
```
7676

7777
```"user"``` is the corresponding access route prefix, ```GetUserTable``` is the table data generation method.
78-
The corresponding access routing address is: http://localhost:9033/admin/info/users
78+
The corresponding access routing address is: http://localhost:9033/admin/info/user
7979

8080
### Initialize and load in the engine
8181

fr/plugins/admin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var Generators = map[string]models.TableGenerator{
7575
```
7676

7777
```"user"``` is the corresponding access route prefix, ```GetUserTable``` is the table data generation method.
78-
The corresponding access routing address is: http://localhost:9033/admin/info/users
78+
The corresponding access routing address is: http://localhost:9033/admin/info/user
7979

8080
### Initialize and load in the engine
8181

tr/plugins/admin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var Generators = map[string]models.TableGenerator{
7171
}
7272
```
7373

74-
`"user"` is the corresponding access route prefix, `GetUserTable` is the table data generation method. The corresponding access routing address is: [http://localhost:9033/admin/info/users](http://localhost:9033/admin/info/users)
74+
`"user"` is the corresponding access route prefix, `GetUserTable` is the table data generation method. The corresponding access routing address is: [http://localhost:9033/admin/info/user](http://localhost:9033/admin/info/user)
7575

7676
### Initialize and load in the engine
7777

zh/plugins/admin.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var Generators = map[string]models.TableGenerator{
7575
```
7676

7777
其中,```"user"```就是对应的访问路由前缀,```GetUserTable```就是表格数据生成方法。
78-
对应的访问路由地址就是:http://localhost:9033/admin/info/users
78+
对应的访问路由地址就是:[http://localhost:9033/admin/info/user](http://localhost:9033/admin/info/user)
7979

8080
### 初始化,并在引擎中加载
8181

@@ -363,7 +363,7 @@ type Join struct {
363363

364364
```go
365365
type FormPanel struct {
366-
FormList FormFields // 字段列表
366+
FieldList FormFields // 字段列表
367367
Table string // 表格
368368
Title string // 标题
369369
Description string // 描述

0 commit comments

Comments
 (0)