wlsc

Results 2 issues of wlsc

在多应用模式下,routePath被改成了应用下的route目录,如下代码: > vendor/topthink/think-multi-app/src/MultiApp.php 82行 ` return $this->app->getAppPath() . 'route' . DIRECTORY_SEPARATOR;` 而在命令执行时,还是取得项目根目录下的route目录,如下代码: > vendor/topthink/framework/src/think/console/command/RouteList.php 63行 `$path = $this->app->getRootPath() . 'route' . DIRECTORY_SEPARATOR . $dir . DIRECTORY_SEPARATOR;` 故,在多应用模式下,命令执行得不到对应路由表

bug

请提供下述完整信息以便快速定位问题 / Please provide the following information to quickly locate the problem - 系统环境 / System Environment:win11 - TTime版本号 / TTime Version:0.7.0 - 问题描述 / Description of the issue:在xshell中悬浮球取词取不到 -...