|
|
|
@ -35,7 +35,7 @@ class WorkbenchController extends BaseAdminController
|
|
|
|
|
{
|
|
|
|
|
$gameid = Cookie::get('usegame');
|
|
|
|
|
$result = [];
|
|
|
|
|
if (strpos($gameid, 'daodao') !== false) {
|
|
|
|
|
if (strpos($gameid, 'daodao') !== false || !$gameid) {
|
|
|
|
|
$result = WorkbenchLogic::index();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|