mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update Index.php
This commit is contained in:
parent
986b3c86ef
commit
5772c56005
@ -16,12 +16,14 @@
|
|||||||
|
|
||||||
namespace app\index\controller;
|
namespace app\index\controller;
|
||||||
|
|
||||||
|
use app\data\model\ShopOrderItem;
|
||||||
use think\admin\Controller;
|
use think\admin\Controller;
|
||||||
|
|
||||||
class Index extends Controller
|
class Index extends Controller
|
||||||
{
|
{
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
$this->redirect(sysuri('admin/login/index'));
|
echo ShopOrderItem::mk()->alias('a')->getTable();
|
||||||
|
//$this->redirect(sysuri('admin/login/index'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user