mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
改进Query类的join方法
This commit is contained in:
@@ -341,7 +341,7 @@ function trace($log = '[think]', $level = 'log')
|
||||
*/
|
||||
function view($template = '', $vars = [])
|
||||
{
|
||||
return View::instance(Config::get('template'))->fetch($template, $vars);
|
||||
return View::instance(Config::get('template'), Config::get('view_replace_str'))->fetch($template, $vars);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user