Update Plugs.php

This commit is contained in:
Anyon 2022-07-11 14:12:01 +08:00
parent 9422674a2b
commit cfc5071a8c

View File

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