-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
220 additions
and
796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: 1.0.0 | ||
--- | ||
|
||
#### 新功能 | ||
--- | ||
|
||
- 菜单管理 | ||
- 菜单管理 | ||
- 菜单类型管理 | ||
- 系统设置 | ||
- 权限管理 | ||
- 系统接口 | ||
- 请求方式 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: 1.0.5 | ||
--- | ||
|
||
#### 新功能 | ||
|
||
--- | ||
|
||
- 升级 SpringBoot `1.5x` 到 `2.1.x` 版本 | ||
- 支持 `MongoDB` 存储引擎 | ||
- 替换日志存储为 `MongoDB` 引擎 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: 1.0.6 (latest) | ||
--- | ||
|
||
!!! note | ||
|
||
当前版本涉及几个主要更新。 | ||
|
||
**AuthX `1.0.6` 已发布** | ||
|
||
| 发布版本 | 发布时间 | | ||
|:-------:|:------------:| | ||
| `1.0.6` | `2023-06-27` | | ||
|
||
#### Core | ||
|
||
--- | ||
|
||
- 重新构建源码目录 | ||
- 重构核心部分源码 | ||
- 优化部分 `Controller`, `Service` | ||
|
||
#### Web | ||
|
||
--- | ||
|
||
- UI 组件替换为 `view-ui-plus` | ||
- 使用 `Vue3` + `TypeScript` 进行重写 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: 请求方式管理 | ||
--- | ||
|
||
!!! note | ||
|
||
请求方式主要用于限制我们操作菜单,API 的 HTTP 发送方式。 | ||
|
||
菜单默认的目录为:`系统管理` → `请求方式`,点击后页面大概如下: | ||
|
||
![img.png](img.png) | ||
|
||
在页面中我们可以看到路由列表,其中表格中显示以下字段信息: | ||
|
||
- ID | ||
- 名称 | ||
- 编码 | ||
- 描述 | ||
- 激活状态 | ||
- 创建时间 | ||
- 修改时间 | ||
- 操作 | ||
|
||
### 修改请求方式 | ||
|
||
如果我们需要修改请求方式只需要点击需要修改数据的行操作栏中的修改按钮。点击后会出现类似如下窗口 | ||
|
||
![img_1.png](img_1.png) | ||
|
||
我们填写完成数据后点击底部的 `保存` 按钮即可将数据修改。 | ||
|
||
!!! danger | ||
|
||
请求方式需要底层支持相关函数才会生效,系统默认启动会加载数据到系统中。 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
title: 路由管理 | ||
--- | ||
|
||
!!! note | ||
|
||
路由主要用于控制用户可以使用的菜单,API 等各种权限。 | ||
|
||
菜单默认的目录为:`系统管理` → `路由管理`,点击后页面大概如下: | ||
|
||
![img.png](img.png) | ||
|
||
在页面中我们可以看到路由列表,其中表格中显示以下字段信息: | ||
|
||
- ID | ||
- 名称 | ||
- 编码 | ||
- 描述 | ||
- 激活状态 | ||
- 创建时间 | ||
- 修改时间 | ||
- 操作 | ||
|
||
### 分配菜单 | ||
|
||
当我们点击分配菜单按钮后会弹出以下窗口: | ||
|
||
![img_1.png](img_1.png) | ||
|
||
其中在弹出框的顶部会提示我们当前是对于哪个权限进行分配菜单的操作。 | ||
默认系统中如果已经分配过后的数据在显示列表中会为选中状态。选中需要重新分配的菜单后点击底部的 `分配菜单` 按钮即可实现菜单的分配。 | ||
|
||
### 新增|修改路由 | ||
|
||
如果我们需要新增路由,需要点击页面的右侧 `+` 号按钮,修改的话只需要点击需要修改数据的行操作栏中的第二个按钮。点击后会出现类似如下窗口 | ||
|
||
![img_2.png](img_2.png) | ||
|
||
新增|修改唯一的区别在于,点击修改后,会将当前行的原始数据携带并填充到窗口中。 | ||
|
||
我们填写完成数据后点击底部的 `保存` 按钮即可将数据增加|修改。 | ||
|
||
### 删除路由 | ||
|
||
删除操作是无法回滚的,当我们点击删除操作后,会弹出如下窗口 | ||
|
||
![img_3.png](img_3.png) | ||
|
||
其中我们需要输入红框中提示的编码到输入框中,数据输入无误后,底部的 `删除` 按钮变换为可点击状态,点击后系统会将该路由删除。 | ||
|
||
!!! danger | ||
|
||
删除路由后,与该路由绑定的用户,菜单等相关关联信息都会被删除。 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.