fix: 解决访问没有埋点的问题
This commit is contained in:
@@ -11,7 +11,7 @@ return [
|
||||
// 应用的命名空间
|
||||
'app_namespace' => '',
|
||||
// 是否启用路由
|
||||
'with_route' => false,
|
||||
'with_route' => true,
|
||||
//url模式
|
||||
'url_model' => 3,
|
||||
// 是否启用事件
|
||||
|
||||
@@ -2509,17 +2509,6 @@ return [
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'name'=> 'CONFIG_AI_PLATFORM',
|
||||
'title' => 'AI智能客服配置',
|
||||
'url'=> 'shop/config/ai',
|
||||
'is_show' => 1,
|
||||
'is_control' => 1,
|
||||
'is_icon' => 0,
|
||||
'picture' => '',
|
||||
'picture_selected' => '',
|
||||
'sort' => 1,
|
||||
],
|
||||
[
|
||||
'name' => 'CONFIG_BASE_ORDER',
|
||||
'title' => '交易设置',
|
||||
|
||||
Reference in New Issue
Block a user