application 下 config 目录下 template.php
'tpl_replace_string' =>[
'__CSS__'=>'/static/index/css/',
'__JS__'=>'/static/index/js/',
'__IMG__'=>'/static/index/images/',
'__UPLOADS__' => '/uploads',
'__STATIC__'=>'/static/admin',
]
模板中使用
<link href="__STATIC__/css/animate.min.css" rel="stylesheet">