2.0.0开发启动

This commit is contained in:
Devil
2021-01-27 22:21:04 +08:00
parent 38903e8a45
commit a692a1ae56
58 changed files with 538 additions and 172 deletions

View File

@ -11,6 +11,7 @@
namespace app\admin\controller;
use app\service\QuickNavService;
use app\service\ResourcesService;
/**
* 快捷导航管理
@ -143,7 +144,7 @@ class QuickNav extends Common
$this->assign('params', $params);
// 编辑器文件存放地址
$this->assign('editor_path_type', 'quick_nav');
$this->assign('editor_path_type', ResourcesService::EditorPathTypeValue('quick_nav'));
return $this->fetch();
}