YII2主题配置问题 [ 2.0 版本 ]
主题配置如下:
'view' => [
'theme' => [
……
'basePath' => '@webroot/themes/blue',
'baseUrl' => '@web/themes/blue',
],
],
AppAsset配置如下:
class AppAsset extends AssetBundle
{
public $basePath = '@webroot';
public $baseUrl = '@web';
public $css = [
'css/site.css',
];
public $js = [
"js/global.js",
];
……
}
为什么文件路径还是没有改变
<link href="/one/frontend/web/css/site.css" rel="stylesheet">
<script src="/one/frontend/web/js/global.js"></script>
okokad 补充于 2017-01-09 14:00
没有人懂吗?
okokad
注册时间:2016-02-29
最后登录:2017-07-01
在线时长:49小时26分
最后登录:2017-07-01
在线时长:49小时26分
- 粉丝12
- 金钱25
- 威望80
- 积分1315