DiverseYouthNightSchool/application/manystore/config.php

9 lines
146 B
PHP
Raw Normal View History

2024-11-04 15:00:20 +08:00
<?php
//配置文件
return [
'url_common_param' => true,
'url_html_suffix' => '',
'controller_auto_search' => true,
];