tpl_replace_string 在tp5.1中的变化
1、ThinkPHP5.1 中的模板替换字符串书写格式是:
//模板替换字符串
'tpl_replace_string' => [
'__ADMIN__' => '../../../static/admin'
],
书写位置应该在根config目录下的template.php中,然后就是调试过程。
而不是:view_replace_string 这点要注意。
tpl_replace_string 在tp5.1中的变化
1、ThinkPHP5.1 中的模板替换字符串书写格式是:
//模板替换字符串
'tpl_replace_string' => [
'__ADMIN__' => '../../../static/admin'
],
书写位置应该在根config目录下的template.php中,然后就是调试过程。
而不是:view_replace_string 这点要注意。