[ 'class' => 'yii\web\ErrorAction', ], ]; } /** * Displays homepage. * * @return string */ public function actionIndex() { $code = $this->request->get('code'); $url = "https://app.3dxh.h5.dev.1nww.com/#/White?code={$code}"; return $this->redirect($url); echo($code); exit(); return $this->render('index'); } }