redirect(sysuri('admin/login/index')); } /** * 重置系统数据 */ public function reset() { exit(); $this->_query('data_user')->empty(); $this->_query('data_user_token')->empty(); $this->_query('data_user_address')->empty(); $this->_query('data_user_rebate')->empty(); $this->_query('data_user_balance')->empty(); $this->_query('data_user_transfer')->empty(); $this->_query('shop_order')->empty(); $this->_query('shop_order_item')->empty(); $this->_query('shop_order_send')->empty(); $this->_query('shop_payment_item')->empty(); } }