From 41ea932f28c7151907a75ac7acf704a6f22ca669 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sun, 28 Apr 2024 07:23:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E5=AF=86=E7=A0=81=E6=8C=89=E9=92=AE=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=A0=87=E8=AF=86=E9=87=8D=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/curd/config/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/demo/curd/config/content.ts b/src/views/demo/curd/config/content.ts index 7cd9c6a0..b81de8fe 100644 --- a/src/views/demo/curd/config/content.ts +++ b/src/views/demo/curd/config/content.ts @@ -102,7 +102,7 @@ const contentConfig: IContentConfig = { operat: [ { name: "reset_pwd", - auth: "reset_pwd", + auth: "password:reset", icon: "refresh-left", text: "重置密码", },