From 9c87cb1bf69e14ffe6e854e91c8c5cfd67959ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E6=B5=B7=E9=A3=9E=E9=9B=81?= <1368928959@qq.com> Date: Sun, 19 Mar 2023 12:14:44 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/config/power/index.md.=20?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=9D=83=E9=99=90=E6=96=87=E4=BB=B6=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孤海飞雁 <1368928959@qq.com> --- docs/config/power/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/power/index.md b/docs/config/power/index.md index a9fdb6b..3aa29d6 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") -- Gitee