Browse Source

海工商新后台首版

master
小菜逼 2 years ago
parent
commit
ea402746d9
  1. 2
      config/admin.php
  2. 2
      config/app.php

2
config/admin.php

@ -115,7 +115,7 @@ return [
| If your page is going to be accessed via https, set it to `true`. | If your page is going to be accessed via https, set it to `true`.
| |
*/ */
'https' => env('ADMIN_HTTPS', false), 'https' => env('ADMIN_HTTPS', true),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

2
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), 'asset_url' => env('ASSET_URL', null),

Loading…
Cancel
Save