Skip to content

Commit 7a86d46

Browse files
committed
fiix bug
1 parent 70e0592 commit 7a86d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Controller/Http/UserController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class UserController extends AbstractController
5353
public function home()
5454
{
5555
if (!$user = checkAuth()) {
56-
return $this->response->redirect('https://im.jayjay.cn/index/login');
56+
return $this->response->redirect(env('APP_URL').'/index/login');
5757
}
5858
$menus = config('menu');
5959
return $this->view->render('user/home', [

0 commit comments

Comments
 (0)