docs: fix same

This commit is contained in:
daodao97
2020-06-18 23:21:05 +08:00
parent f6d24961cd
commit 54988f4ebc
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
* 业务组件
* [业务组件介绍](backend/components/business/desc.md)
* [DevTools-开发者工具](backend/components/business/dev-tools.md)
* [DataFocus-数据面板](backend/components/data-focus.md)
* [DataFocus-数据面板](backend/components/business/data-focus.md)
* [CronCenter-任务中心](backend/components/business/cron-center.md)
* [开发一个业务组件](backend/components/business/make_component.md)
* 基础组件

View File

@@ -40,7 +40,7 @@
#### array_remove_keys
#### mt_array_merge
#### array_overlay
## 系统函数

View File

@@ -36,7 +36,7 @@
.replace('raw.githubusercontent.com', 'github.com')
.replace(/\/master/, '/blob/master')
} else {
url = 'https://github.com/hyperf-admin/hyperf-admin.github.io/edit/master/' + vm.route.file
url = 'https://github.com/hyperf-admin/hyperf-admin/edit/master/docs/' + vm.route.file
}
var editHtml = '[:memo: 编辑文档!](' + url + ')  '