mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 22:27:24 +08:00
商品详情新增相册钩子
This commit is contained in:
@ -32,13 +32,5 @@ return array (
|
||||
'log_write' =>
|
||||
array (
|
||||
),
|
||||
'plugins_css' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\goodsphototag\\Hook',
|
||||
),
|
||||
'plugins_view_goods_detail_photo_bottom' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\goodsphototag\\Hook',
|
||||
),
|
||||
);
|
||||
?>
|
||||
@ -19,7 +19,7 @@ return [
|
||||
// 应用地址
|
||||
'app_host' => '',
|
||||
// 应用调试模式
|
||||
'app_debug' => true,
|
||||
'app_debug' => false,
|
||||
// 应用Trace
|
||||
'app_trace' => false,
|
||||
// 是否支持多模块
|
||||
|
||||
Reference in New Issue
Block a user