Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bebebf71
authored
May 08, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
d52b827d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
4 deletions
src/views/OidcCallback.vue
src/views/OidcCallback.vue
View file @
bebebf71
<
template
>
<
template
>
<div
class=
"callback"
>
{{
errMessage
}}
</div>
<div>
<div
class=
"header"
>
<Header
:title=
"title"
/>
</div>
<div
class=
"callback"
>
{{
errMessage
}}
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -17,7 +22,8 @@ export default {
...
@@ -17,7 +22,8 @@ export default {
name
:
"OidcCallback"
,
name
:
"OidcCallback"
,
data
()
{
data
()
{
return
{
return
{
errMessage
:
"应用未授权该用户"
title
:
'登录错误'
,
errMessage
:
""
};
};
},
},
methods
:
{
methods
:
{
...
@@ -71,4 +77,16 @@ export default {
...
@@ -71,4 +77,16 @@ export default {
});
});
}
}
};
};
</
script
>
</
script
>
\ No newline at end of file
<
style
lang=
"less"
>
.callback
{
display
:
grid
;
grid-template-columns
:
1
fr
;
grid-template-rows
:
200px
;
justify-items
:
center
;
align-items
:
center
;
font-size
:
20px
;
font-weight
:
600
;
}
</
style
>
\ No newline at end of file
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