Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
offical_web
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjie
offical_web
Commits
62406f36
Commit
62406f36
authored
Nov 15, 2022
by
chehuidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
1f1abf71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
src/views/authorization-failed.vue
+33
-0
No files found.
src/views/authorization-failed.vue
0 → 100644
View file @
62406f36
<
template
>
<div
class=
"page_main"
>
<div
class=
"content"
>
暂不支持该授权方式,请
<br
/>
<a
href=
"/"
>
登录ERP
</a>
进行授权
</div>
</div>
</
template
>
<
script
>
export
default
{}
</
script
>
<
style
scoped
>
.page_main
{
width
:
100%
;
height
:
100%
;
position
:
relative
;
background
:
url(../assets/contact.jpg)
center
/
cover
no-repeat
;
}
.content
{
position
:
absolute
;
top
:
50%
;
right
:
33.33%
;
color
:
#fff
;
font-size
:
40px
;
line-height
:
60px
;
transform
:
translate
(
50%
,
-50%
);
}
</
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