增加开发中页面

This commit is contained in:
meimei
2025-04-22 13:48:18 +08:00
parent e309d0c7b1
commit 996061e815
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\admin\controller;
class Development extends Backend
{
public function getdetails()
{
this->view->fetch();
}
}