mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
v6.2.0
This commit is contained in:
@ -17,6 +17,7 @@ use app\service\NavigationService;
|
||||
use app\service\GoodsCategoryService;
|
||||
use app\service\CustomViewService;
|
||||
use app\service\DesignService;
|
||||
use app\service\PluginsService;
|
||||
|
||||
/**
|
||||
* 导航管理
|
||||
@ -66,6 +67,8 @@ class Navigation extends Base
|
||||
'nav_data' => MyLang('navigation.base_nav_list'),
|
||||
// 添加类型列表
|
||||
'add_type_list' => MyLang('navigation.base_add_type_list'),
|
||||
// 插件列表
|
||||
'plugins_list' => PluginsService::PluginsHomeDataList(),
|
||||
];
|
||||
|
||||
// 获取列表
|
||||
|
||||
Reference in New Issue
Block a user