This commit is contained in:
parent
026f5008e5
commit
dd1828a94a
|
|
@ -11,7 +11,9 @@
|
|||
|
||||
return [
|
||||
'index' => '个人中心',
|
||||
'login' => '登录',
|
||||
'login' => [
|
||||
'index' => '用户登录与注册',
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'index' => '收藏列表',
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<li class="breadcrumb-item active" aria-current="page">Library</li>
|
||||
</ol>
|
||||
</nav>
|
||||
<div class="hero-content pb-5 text-center"><h1 class="hero-heading">用户登录与注册</h1></div>
|
||||
<div class="hero-content pb-5 text-center"><h1 class="hero-heading">{{ __('shop/account.login.index') }}</h1></div>
|
||||
<div class="justify-content-center row mb-5">
|
||||
<div class="col-lg-5">
|
||||
<div class="card">
|
||||
|
|
|
|||
Loading…
Reference in New Issue