diff --git a/config/admin.php b/config/admin.php index 0f39262..3c5d497 100644 --- a/config/admin.php +++ b/config/admin.php @@ -115,7 +115,7 @@ return [ | If your page is going to be accessed via https, set it to `true`. | */ - 'https' => env('ADMIN_HTTPS', false), + 'https' => env('ADMIN_HTTPS', true), /* |-------------------------------------------------------------------------- diff --git a/config/app.php b/config/app.php index 12b3d58..cf75112 100644 --- a/config/app.php +++ b/config/app.php @@ -52,7 +52,7 @@ return [ | */ - 'url' => env('APP_URL', 'https://swyx.admin.yungao-tech.com'), + 'url' => env('APP_URL', 'https://hgsyxht.hntbc.edu.cn'), 'asset_url' => env('ASSET_URL', null),