标签: yii2
Yii::app()->getModule('moduleName')->getBaseUrl();
但我不确定你是如何在Yii2中获得基本网址的
答案 0 :(得分:0)
应该是
\Yii::$app->getModule('moduleName')->basePath;