@@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ config('app.name', '云享电商SAAS系统') }} 首页</title>
|
||||
<title>SaaSShop 首页</title>
|
||||
<link rel="stylesheet" href="/css/public-pages.css">
|
||||
</head>
|
||||
<body class="dark-page">
|
||||
<div class="public-wrap">
|
||||
<h1>{{ config('app.name', '云享电商SAAS系统') }} 多端项目首页</h1>
|
||||
<h1>SaaSShop 多端项目首页</h1>
|
||||
<p class="muted">当前基础框架已按多端方向铺开:PC、H5 可直接访问,微信生态与 APP 接口层已预留入口;后台当前已形成总台管理、站点后台、商家后台三层入口骨架。</p>
|
||||
<div class="grid-3">
|
||||
<div class="card"><h3>商家数</h3><p>{{ $merchantCount }}</p></div>
|
||||
|
||||
Reference in New Issue
Block a user