diff --git a/docs/config/power/index.md b/docs/config/power/index.md index a9fdb6b24ec8e1111846f70b329a2a22cde56420..3aa29d63d4b4083c2ee925bdddce04e44c6d5a41 100644 --- a/docs/config/power/index.md +++ b/docs/config/power/index.md @@ -231,7 +231,7 @@ export function setFilterMenuAndCacheTagsViewRoutes() { ### 2. 指令方式 -指令位置:[/@/utils/authDirective.ts](https://gitee.com/lyt-top/vue-next-admin/tree/master/src/directive),您可能需要了解 [自定义指令 directive](https://v3.cn.vuejs.org/guide/custom-directive.html) +指令位置:[/@/directive/authDirective.ts](https://gitee.com/lyt-top/vue-next-admin/tree/master/src/directive),您可能需要了解 [自定义指令 directive](https://v3.cn.vuejs.org/guide/custom-directive.html) #### 单个权限验证(v-auth="xxx")