标签:
1.在web/index.php中
(new yii\web\Application($config))->run();
2.app\config\web.php中
$config = [
    ‘id‘ => ‘basic‘,
    ‘basePath‘ => dirname(__DIR__),
    ‘bootstrap‘ => [‘log‘],
    ‘defaultRoute‘ => ‘organization-manage/work-discuss/index‘,
    ‘layout‘ => ‘main‘,
    ‘language‘=>‘zh-CN‘,
    ‘timeZone‘=>‘Asia/Shanghai‘,
标签:
原文地址:http://www.cnblogs.com/hsd1727728211/p/5829255.html