mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Plugs.php
This commit is contained in:
parent
9422674a2b
commit
cfc5071a8c
@ -35,7 +35,7 @@ class Plugs extends Controller
|
|||||||
{
|
{
|
||||||
$this->title = '图标选择器';
|
$this->title = '图标选择器';
|
||||||
$this->field = $this->app->request->get('field', 'icon');
|
$this->field = $this->app->request->get('field', 'icon');
|
||||||
$this->fetch('api/icon');
|
$this->fetch(realpath(__DIR__ . '/../../view/api/icon.html'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user