🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
要隐藏模块名,有几种方法: 1、在入口文件中绑定模块 ~~~ define('BIND_MODULE','index'); ~~~ 或者在路由配置文件中进行绑定 ~~~ Route::bind('index'); ~~~ 2、添加下面的路由规则 ~~~ Route::rule(':controller/:action','index/:controller/:action'); ~~~