-wy2018-11-27 23:58:20
Brother, I solved it. SITE_URL needs to add a connector point.
<?php
return array(
//'Configuration item'=>' Configuration value '
'TMPL_PARSE_STRING' =>array(
'__PUBLIC__' => SITE_URL.'/Application/Admin/Public', // Change the default /Public replacement rule
)
);