mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 21:03:17 +08:00
9 lines
146 B
PHP
9 lines
146 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
//配置文件
|
||
|
|
return [
|
||
|
|
'url_common_param' => true,
|
||
|
|
'url_html_suffix' => '',
|
||
|
|
'controller_auto_search' => true,
|
||
|
|
];
|