mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-21 17:20:57 +08:00
fixed javascript
This commit is contained in:
@@ -76,7 +76,7 @@ abstract class Renderer extends BaseRenderer implements ViewContextInterface
|
||||
}
|
||||
$this->_view->assetManager = new AssetManager([
|
||||
'basePath' => $assetPath,
|
||||
'baseUrl' => '/assets',
|
||||
'baseUrl' => './assets',
|
||||
]);
|
||||
}
|
||||
return $this->_view;
|
||||
|
||||
Reference in New Issue
Block a user