title = \Yii::$app->services->setting->get('system.name'); } catch (Exception $exception) { } $currentRoute = Yii::$app->controller->route; function importComponent($component, $path = __DIR__) { return file_get_contents($path . '/' . $component . '.php'); } ?> beginPage(); ?> <?= $this->title ? ($this->title . ' - ') : '' ?>商城管理 beginBody() ?>
endBody() ?> endPage() ?>