2 Commits

Author SHA1 Message Date
wolfcode
7a4fd01c4c Update composer.json 2025-04-01 11:28:50 +08:00
wolfcode
de07c44890 Update Admin.php 2025-03-27 20:14:06 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ class Admin extends AdminController
}
$save ? $this->success('保存成功') : $this->error('保存失败');
}
$row->auth_ids = explode(',', $row->auth_ids ?: '');
// $row->auth_ids = explode(',', $row->auth_ids ?: '');
$this->assign('row', $row);
return $this->fetch();
}

View File

@@ -22,7 +22,7 @@
"require": {
"php": ">=8.1.0",
"topthink/framework": "^8.0",
"topthink/think-orm": "^4.0",
"topthink/think-orm": "4.0.3",
"topthink/think-multi-app": "^1.1.0",
"topthink/think-view": "^2.0",
"topthink/think-captcha": "^3.0",