mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
2.0.0开发启动
This commit is contained in:
@ -13,6 +13,7 @@ namespace app\admin\controller;
|
||||
use app\service\ConfigService;
|
||||
use app\service\GoodsService;
|
||||
use app\service\SiteService;
|
||||
use app\service\ResourcesService;
|
||||
|
||||
/**
|
||||
* 站点设置
|
||||
@ -123,7 +124,7 @@ class Site extends Common
|
||||
}
|
||||
|
||||
// 编辑器文件存放地址
|
||||
$this->assign('editor_path_type', 'common');
|
||||
$this->assign('editor_path_type', ResourcesService::EditorPathTypeValue('common'));
|
||||
|
||||
// 视图
|
||||
$view = 'site/'.$this->nav_type.'/'.$this->view_type;
|
||||
|
||||
Reference in New Issue
Block a user