mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
修改部分声明;
This commit is contained in:
@@ -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',
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user