mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 22:40:43 +08:00
2.0.0开发启动
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
namespace app\admin\controller;
|
||||
|
||||
use app\service\ExpressService;
|
||||
use app\service\ResourcesService;
|
||||
|
||||
/**
|
||||
* 快递管理
|
||||
@ -53,7 +54,7 @@ class Express extends Common
|
||||
$this->assign('common_is_enable_list', lang('common_is_enable_list'));
|
||||
|
||||
// 编辑器文件存放地址
|
||||
$this->assign('editor_path_type', 'express');
|
||||
$this->assign('editor_path_type', ResourcesService::EditorPathTypeValue('express'));
|
||||
|
||||
return $this->fetch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user