厦门联连电子科技有限公司(简称“联连科技LL-VISION”)成立于2014年11月,坐落于美丽的海滨城市—厦门,公司专注于机器视觉产品推广和销售。随着工业自动化在现代工业生产制造领域的普及,工业视觉检测也逐步被广泛导入运用......
$config = self::init($module);
// 模块请求缓存检查
$request->cache(
$config['request_cache'],
$config['request_cache_expire'],
$config['request_cache_except']
);
} else {
throw new HttpException(404, 'module not exists:' . $module);
}
} else {
// 单一模块部署
$module = '';
$request->module($module);
}
// 设置默认过滤机制
$request->filter($config['default_filter']);