Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
media-resource
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨昕
media-resource
Commits
624b58b7
Commit
624b58b7
authored
Jul 16, 2020
by
杨昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改第三方验证
parent
068203cd
Pipeline
#9901
passed with stages
in 32 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
UsersController.php
app/Http/Controllers/Api/Client/UsersController.php
+1
-1
MemberController.php
app/Http/Controllers/Web/MemberController.php
+1
-2
header.blade.php
resources/views/admin/common/header.blade.php
+4
-1
No files found.
app/Http/Controllers/Api/Client/UsersController.php
View file @
624b58b7
...
...
@@ -12,7 +12,7 @@ class UsersController extends Controller
{
private
$baseAuth
=
[
'develop'
=>
'http://zgadmin.in.d.eoffcn.com'
,
'test'
=>
'
h
ttp://zgadmin.d.eoffcn.com'
,
'test'
=>
'ttp://zgadmin.d.eoffcn.com'
,
'master'
=>
'http://zgadmin.in.eoffcn.com'
,
];
...
...
app/Http/Controllers/Web/MemberController.php
View file @
624b58b7
...
...
@@ -86,8 +86,6 @@ class MemberController extends Controller
handler_drive
(
function
()
use
(
$request
)
{
var_dump
(
$request
->
all
());
die
;
$id
=
UserModel
::
createUser
(
$request
);
#绑定角色
if
(
$request
->
role_id
)
{
...
...
@@ -270,4 +268,5 @@ class MemberController extends Controller
}
return
true
;
}
}
resources/views/admin/common/header.blade.php
View file @
624b58b7
...
...
@@ -10,7 +10,10 @@
<div
class=
"navbar-holder d-flex align-items-center justify-content-between"
>
<div
class=
"navbar-header"
>
<a
href=
"/web/admin"
class=
"navbar-brand"
>
<div
class=
"brand-text brand-big hidden-lg-down"
><img
src=
" {{ asset('xadmin/img/logo-white.png')}}"
alt=
"Logo"
style=
"width: 180px;height: auto;"
class=
"img-fluid"
></div>
<div
class=
"brand-text brand-big hidden-lg-down"
>
<h4>
中公教育-媒资
</h4>
{{--
<img
src=
" {{ asset('xadmin/img/logo-white.png')}}"
alt=
"Logo"
style=
"width: 180px;height: auto;"
class=
"img-fluid"
>
--}}
</div>
<div
class=
"brand-text brand-small"
><img
src=
" {{ asset('xadmin/img/logo-icon.pn')}}g"
alt=
"Logo"
class=
"img-fluid"
></div>
</a>
<a
id=
"toggle-btn"
href=
"#"
class=
"menu-btn active"
>
...
...
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