Compare commits
2 Commits
main
...
main-20250
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a4fd01c4c | ||
|
|
de07c44890 |
@@ -124,7 +124,7 @@ class Admin extends AdminController
|
|||||||
}
|
}
|
||||||
$save ? $this->success('保存成功') : $this->error('保存失败');
|
$save ? $this->success('保存成功') : $this->error('保存失败');
|
||||||
}
|
}
|
||||||
$row->auth_ids = explode(',', $row->auth_ids ?: '');
|
// $row->auth_ids = explode(',', $row->auth_ids ?: '');
|
||||||
$this->assign('row', $row);
|
$this->assign('row', $row);
|
||||||
return $this->fetch();
|
return $this->fetch();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1.0",
|
"php": ">=8.1.0",
|
||||||
"topthink/framework": "^8.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-multi-app": "^1.1.0",
|
||||||
"topthink/think-view": "^2.0",
|
"topthink/think-view": "^2.0",
|
||||||
"topthink/think-captcha": "^3.0",
|
"topthink/think-captcha": "^3.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user