<?php
namespace app\index\controller;
use think\Controller;
class Index extends Controller
{
public function index()
{
$this->redirect('/admin/index/index');
}
}
解决thinkphp5 $this->redirect()跳转不了
于 2022-02-23 11:15:36 首次发布