Update Plugs.php

This commit is contained in:
Anyon 2020-10-22 14:46:50 +08:00
parent d34bf96378
commit 5f9213718b

View File

@ -34,7 +34,7 @@ class Plugs extends Controller
public function icon()
{
$this->title = '图标选择器';
$this->field = input('field', 'icon');
$this->field = $this->app->request->get('field', 'icon');
$this->fetch(realpath(__DIR__ . '/../../view/api/icon.html'));
}