优化插件更新逻辑

This commit is contained in:
技术老胡
2024-09-05 15:26:03 +08:00
parent ce65756874
commit 461f574b9d
15 changed files with 84 additions and 73 deletions

View File

@@ -13,10 +13,7 @@ class OrderController extends BaseController
public function index()
{
$servertime = date('Y-m-d H:i:s', time());
// 加载配置文件
$option = \think\facade\Config::load("extendconfig/platform", 'extendconfig');
View::assign('servertime', $servertime);
View::assign('options', $option);
return View::fetch();
}
public function showOrder()