From 517422dda961a1a41f4c85f444bb2785c8ea3594 Mon Sep 17 00:00:00 2001 From: 1748153932 <1748153932@qq.com> Date: Thu, 21 Dec 2023 16:06:48 +0800 Subject: [PATCH] 111 --- app/command/brand.php | 2 +- route/admin/user.php | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/command/brand.php b/app/command/brand.php index 763d67f..e5e87e8 100644 --- a/app/command/brand.php +++ b/app/command/brand.php @@ -49,7 +49,7 @@ class brand extends Command // 指令配置 $this->setName('clearCache') ->addArgument('cacheType', Argument::OPTIONAL, 'php think menu [1] / [2]') - ->setDescription('各种积分转换'); + ->setDescription('增值积分自动转增值贡献值'); } /** diff --git a/route/admin/user.php b/route/admin/user.php index 04d7f6a..ebfdd35 100644 --- a/route/admin/user.php +++ b/route/admin/user.php @@ -35,6 +35,11 @@ Route::group(function () { '_auth' => false, '_form' => 'systemUserLabelCreate2', ]); + Route::get('form3', '/createForm3')->name('systemUserLabelCreateForm3')->option([ + '_alias' => '贡献值转换', + '_auth' => false, + '_form' => 'systemUserLabelCreate3', + ]); Route::delete(':id', '/delete')->name('systemUserLabelDelete')->option([ '_alias' => '用户标签删除', ]);