我在style.css
中有frontend/web/css/style.css
个文件,backend/view/site/index.php
中有相同的班级名称,我需要将css
的路径提供给我的后端index.php
。
我该怎么办呢。
在我的backend/view/site/index.php
页面上,我在代码
use frontend\assets\AppAssets;
.
.
.
.
.
.
<?php $this->registerJsFile(Yii::$app->request->baseUrl.'/css/style.css', ['depends' => [yii\web\JqueryAsset::className()]]); ?>