1、更换编辑器
2、内核升级
This commit is contained in:
@@ -770,6 +770,10 @@ class Route
|
||||
}
|
||||
}
|
||||
if (!empty($item)) {
|
||||
if (isset($panDomain)) {
|
||||
// 保存当前泛域名
|
||||
$request->route(['__domain__' => $panDomain]);
|
||||
}
|
||||
if (isset($item['[bind]'])) {
|
||||
// 解析子域名部署规则
|
||||
list($rule, $option, $pattern) = $item['[bind]'];
|
||||
|
||||
Reference in New Issue
Block a user