mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
继续修正
This commit is contained in:
@@ -51,7 +51,7 @@ class View
|
|||||||
'__CSS__' => $root . '/static/css',
|
'__CSS__' => $root . '/static/css',
|
||||||
'__JS__' => $root . '/static/js',
|
'__JS__' => $root . '/static/js',
|
||||||
];
|
];
|
||||||
$this->replace = array_merge($baseReplace, $replace);
|
$this->replace = array_merge($baseReplace, (array) $replace);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user