mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Fix loading css of admin page
This commit is contained in:
parent
a790d21ee8
commit
36f9fee280
@ -28,6 +28,10 @@ $(document).ready(() => {
|
||||
|
||||
(() => {
|
||||
const list = [
|
||||
{
|
||||
path: 'admin',
|
||||
styl: () => import('../stylus/admin.styl')
|
||||
},
|
||||
{
|
||||
path: 'auth',
|
||||
styl: () => import('../stylus/auth.styl')
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<!-- App Styles -->
|
||||
@include('common.dependencies.style', ['module' => 'admin'])
|
||||
@include('common.dependencies.style')
|
||||
|
||||
@yield('style')
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user