计算机网络/计算机科学与应用/系统/运维/开发

tp6 tpl_replace_string视图字符串替换

在config目录下view.php文件中,添加如下:

 'tpl_replace_string' => [

        '__ADMIN__'=>'/static/admin'

    ],


在模版中引入:

 <link href="__ADMIN__/static/h-ui/css/H-ui.min.css" rel="stylesheet" type="text/css" />


注意:与tp5.0中引入有所区别

5.0版本中:

 'view_replace_str' => [

        '__STATIC__'   =>  '/static'

    ],


照顾好自己,如果尚有余力,记得保护美好的东西,不畏不惧赤诚善良。

评论

^