diff --git a/app-ht/config/main.php b/app-ht/config/main.php index 54f94d1..6a1de9a 100644 --- a/app-ht/config/main.php +++ b/app-ht/config/main.php @@ -11,45 +11,27 @@ $params = array_merge( ); $config = [ - 'id' => 'kingboard-ht', - 'name' => 'OTA:管理后台', + 'id' => 'gk-auto-ht', + 'name' => 'GK车管家:管理后台', 'basePath' => dirname(__DIR__), 'language' => 'zh-CN', 'controllerNamespace' => 'app\ht\controllers', 'runtimePath' => Yii::getAlias('@rootRuntime').'/app-ht/', 'bootstrap' => ['log'], 'modules' => [ - 'manufacturer'=>[ - 'class' => 'app\ht\modules\manufacturer\Module', - ], - 'device' => [ - 'class' => 'app\ht\modules\device\Module', - ], + 'system'=>[ 'class' => 'app\ht\modules\system\Module', ], - 'upgrade'=>[ - 'class' => 'app\ht\modules\upgrade\Module', - ], + 'my'=>[ 'class' => 'app\ht\modules\my\Module', ], - 'project' => [ - 'class' => 'app\ht\modules\project\Module', - ], - 'model' => [ - 'class' => 'app\ht\modules\model\Module', - ], + 'home' => [ 'class' => 'app\ht\modules\home\Module', ], - 'production' => [ - 'class' => 'app\ht\modules\production\Module', - ] - , - 'datas' => [ - 'class' => 'app\ht\modules\datas\Module', - ] + ], 'components' => [ 'user' => [ diff --git a/app-ht/config/params.php b/app-ht/config/params.php index eb0a1aa..317a012 100644 --- a/app-ht/config/params.php +++ b/app-ht/config/params.php @@ -1,5 +1,5 @@ 'v1.8.6 build 16', + 'VERSION' => 'v0.0.1 build 1', ]; \ No newline at end of file -- libgit2 0.21.0