SchoolPhysicalExamination/application/DeviceEnter/controller/admin/Index.php

24 lines
403 B
PHP
Raw Normal View History

2025-09-26 16:35:42 +08:00
<?php
namespace app\DeviceEnter\controller\admin;
use think\Controller;
use think\Db;
use think\Cache;
use think\Log;
use PHPMailer\PHPMailer\PHPMailer;
class Index extends Base{
public function index(){
// $this->assign('domain',$a);
return $this->fetch();
}
public function welcome(){
// $this->assign('domain',$a);
return $this->fetch();
}
}