|
|
@@ -12,6 +12,11 @@ class MainController extends PlatformController
|
|
|
|
|
|
public $guestAccess = ['login', 'logout', 'check-login', 'index'];
|
|
|
|
|
|
+ public function actionApp()
|
|
|
+ {
|
|
|
+ return $this->render('app');
|
|
|
+ }
|
|
|
+
|
|
|
public function actionIndex()
|
|
|
{
|
|
|
$host = Yii::$app->request->getHostInfo();
|