GITLAB

OTHER_COMPANY_PROJECTS / ota

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ota
  • app-ht
  • modules
  • model
  • Module.php
  • 0ec20199   app-ht(build v0.0.1 build 3) ... Browse Code »
    1.删除多余代码
    2.后台机器型号功能实现。
    曹明
    2019-10-28 16:41:43 +0800  
Module.php 247 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php namespace app\ht\modules\model;

/**
 * @author CM
 */
class Module extends \app\ht\modules\BaseModule
{
    public function init()
    {
        parent::init();

        $this->params['perm'] = require(__DIR__ . '/config/perm.php');
    }
}