提供restful示例 参考 customer 客户管理(资源示例)版块 涉及到权限变动 请更新数据库 sys_api和casbin表

This commit is contained in:
pixel
2020-04-10 14:15:29 +08:00
parent c11f6d428a
commit b35169ca20
4 changed files with 11 additions and 1 deletions

View File

@@ -177,6 +177,8 @@ go run main.go;
- Configuration management: The configuration file can be modified in the web page (the test environment does not provide this function).
- Rich text editor: Embed MarkDown editor function.
- Conditional search: Add an example of conditional search.
- Restful example: refer to customer management function and apidcustomer group.
```
fontend code file: src\view\superAdmin\api\api.vue
backend code file: model\dnModel\api.go