Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
tzt-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0433a6c4
authored
Nov 28, 2024
by
xiaojiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
选择块
parent
df4b0b91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
resources/views/admin/loginstore.blade.php
+5
-0
No files found.
resources/views/admin/loginstore.blade.php
View file @
0433a6c4
...
@@ -111,6 +111,11 @@
...
@@ -111,6 +111,11 @@
<div
class=
"card-body login-card-body shadow-100"
>
<div
class=
"card-body login-card-body shadow-100"
>
<p
class=
"login-box-msg mt-1 mb-1"
>
{{ __('admin.welcome_back') }}
</p>
<p
class=
"login-box-msg mt-1 mb-1"
>
{{ __('admin.welcome_back') }}
</p>
<div
class=
"login-type"
>
<div
class=
"type active"
id=
"type_code"
>
验证码登录
</div>
<div
class=
"type"
id=
"type_password"
>
密码登录
</div>
</div>
<form
id=
"login-form"
method=
"POST"
action=
"{{ admin_url('auth/login') }}"
>
<form
id=
"login-form"
method=
"POST"
action=
"{{ admin_url('auth/login') }}"
>
<input
type=
"hidden"
name=
"_token"
value=
"{{ csrf_token() }}"
/>
<input
type=
"hidden"
name=
"_token"
value=
"{{ csrf_token() }}"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment