mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-12 19:12:49 +00:00
13 lines
301 B
PHP
13 lines
301 B
PHP
<?php
|
|
|
|
return [
|
|
// 全局请求缓存
|
|
// \think\middleware\CheckRequestCache::class,
|
|
// 多语言加载
|
|
// \think\middleware\LoadLangPack::class,
|
|
// Session初始化
|
|
\think\middleware\SessionInit::class,
|
|
// 页面Trace调试
|
|
// \think\middleware\TraceDebug::class,
|
|
];
|