peixunguanwang/config/route.php
2022-01-24 10:43:35 +08:00

9 lines
238 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// =======可用于二开时自定义路由,升级不覆盖============
return array(
'url_route' => array(
// URL地址路由如后台站点信息控制器'admin/Site' => 'admin/content.Site',
)
);