mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 19:12:48 +08:00
优化多应用链接生成器
This commit is contained in:
@@ -289,7 +289,7 @@ function app_url(string $url = '', array $vars = [], $suffix = true, $domain = f
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($app_default_doamin[$url_result[1]])) {
|
if (isset($app_default_doamin[$url_result[1]]) && $app_default_doamin[$url_result[1]] != '*') {
|
||||||
$url = $url_result[0] . "@" . $app_default_doamin[$url_result[1]];
|
$url = $url_result[0] . "@" . $app_default_doamin[$url_result[1]];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user