fix: 解决访问没有埋点的问题

This commit is contained in:
2025-11-10 17:28:52 +08:00
parent e440631275
commit 57dea2ca87
38 changed files with 4172 additions and 1624 deletions

View File

@@ -11,7 +11,7 @@ return [
// 应用的命名空间
'app_namespace' => '',
// 是否启用路由
'with_route' => false,
'with_route' => true,
//url模式
'url_model' => 3,
// 是否启用事件

View File

@@ -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' => '交易设置',