home.php 255 B

123456789101112131415
  1. <?php
  2. use common\helpers\Url;
  3. $this->title = '首页';
  4. $this->params['breadcrumbs'][] = ['label' => $this->title];
  5. ?>
  6. <div class="row">
  7. <div class="col-sm-12">
  8. <!-- 具体内容 -->
  9. <div class="box">
  10. </div>
  11. </div>
  12. </div>
粤ICP备19079148号