We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e0592 commit 7a86d46Copy full SHA for 7a86d46
app/Controller/Http/UserController.php
@@ -53,7 +53,7 @@ class UserController extends AbstractController
53
public function home()
54
{
55
if (!$user = checkAuth()) {
56
- return $this->response->redirect('https://im.jayjay.cn/index/login');
+ return $this->response->redirect(env('APP_URL').'/index/login');
57
}
58
$menus = config('menu');
59
return $this->view->render('user/home', [
0 commit comments