xiaogang 3 年之前
父节点
当前提交
825741daef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Admin/Actions/Users/SetUserInfo.php

+ 1 - 1
app/Admin/Actions/Users/SetUserInfo.php

xqd
@@ -18,7 +18,7 @@ class SetUserInfo extends RowAction
     public function href(): string
     {
 //        parent::href(); // TODO: Change the autogenerated stub
-        return "/admin/users_info/".$this->getKey();//.'/edit';
+        return "/admin/users_info/".$this->getKey().'/edit';
     }
 
     public function __construct(string $model = null)