修改部分声明;

This commit is contained in:
augushong
2021-11-30 09:13:51 +08:00
parent ce577d9cfa
commit 03991b7159
7 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ return [
'display_cache' => true,
// 字符替换
'tpl_replace_string' => [
'__STATIC__' => Env::get('easyadmin.static_path', '/static'),
'__STATIC__' => Env::get('adminsystem.static_path', '/static'),
'__JS__' => '/static/javascript',
]
];