品牌更名:网站名称改为云享电商SAAS系统
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>@yield('title', 'SaaSShop 总台管理')</title>
|
||||
<title>@yield('title', config('app.name', '云享电商SAAS系统') . ' 总台管理')</title>
|
||||
<link rel="stylesheet" href="/css/admin-base.css">
|
||||
<link rel="stylesheet" href="/css/admin.css">
|
||||
<link rel="stylesheet" href="/css/admin-components.css">
|
||||
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div class="layout">
|
||||
<aside class="sidebar">
|
||||
<h2 class="sidebar-title">SaaSShop</h2>
|
||||
<h2 class="sidebar-title">{{ config('app.name', '云享电商SAAS系统') }}</h2>
|
||||
<div class="muted">总台管理 / Platform Ops</div>
|
||||
|
||||
<div class="group-title">总览</div>
|
||||
|
||||
Reference in New Issue
Block a user