添加 SPA 主页面

This commit is contained in:
iVampireSP.com 2023-03-15 21:37:34 +08:00
parent a83a4794e5
commit 3baa4fa601
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -17,6 +17,7 @@
<script> <script>
window.Base = { window.Base = {
SiteName: '{{ config('app.display_name') }}', SiteName: '{{ config('app.display_name') }}',
User: @json(auth()->user()),
} }
</script> </script>