mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
Update Index.php
This commit is contained in:
parent
1245523a83
commit
57eed3eaed
@ -27,25 +27,4 @@ class Index extends Controller
|
||||
{
|
||||
$this->redirect(sysuri('admin/login/index'));
|
||||
}
|
||||
|
||||
/**
|
||||
* 重置系统数据
|
||||
*/
|
||||
public function reset()
|
||||
{
|
||||
exit('Disable Reset.');
|
||||
|
||||
$this->_query('DataUser')->empty();
|
||||
$this->_query('DataUserToken')->empty();
|
||||
$this->_query('DataUserAddress')->empty();
|
||||
|
||||
$this->_query('DataUserRebate')->empty();
|
||||
$this->_query('DataUserBalance')->empty();
|
||||
$this->_query('DataUserTransfer')->empty();
|
||||
|
||||
$this->_query('ShopOrder')->empty();
|
||||
$this->_query('ShopOrderItem')->empty();
|
||||
$this->_query('ShopOrderSend')->empty();
|
||||
$this->_query('DataUserPayment')->empty();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user