dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1、修复会长小程序端编辑获取信息报错和选择了活动时间但还是提示请选择活动时间 2、修复小程序添加分会成员选择会员时无法下拉问题
quanwei
2025-11-26
9f2b6dada7304026de555b3e751b17a5a65e6d7a
[companyProjecet.git]
/
admin
/
app
/
provider.php
1
2
3
4
5
6
7
8
9
<?php
use app\common\exception\ExceptionHandler;
use app\Request;
// 容器Provider定义文件
return [
'think\Request' => Request::class,
'think\exception\Handle' => ExceptionHandler::class,
];