Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
dc5a897c
Commit
dc5a897c
authored
Aug 02, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
c4ea7af4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
attendance-performance-manager-ui/admin/public/index.html
attendance-performance-manager-ui/admin/public/index.html
+1
-1
attendance-performance-manager-ui/admin/src/App.vue
attendance-performance-manager-ui/admin/src/App.vue
+4
-3
attendance-performance-manager-ui/admin/src/views/SSO.vue
attendance-performance-manager-ui/admin/src/views/SSO.vue
+2
-1
attendance-performance-manager-ui/admin/src/views/login/login.vue
...ce-performance-manager-ui/admin/src/views/login/login.vue
+3
-3
No files found.
attendance-performance-manager-ui/admin/public/index.html
View file @
dc5a897c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
/>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
/>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
/>
<title>
<
%=
VUE_APP_API_appName
%
>
</title>
<title>
智慧政务绩效管理系统
</title>
<link
<link
rel=
"stylesheet"
rel=
"stylesheet"
href=
"https://unpkg.com/element-ui@2.15.5/lib/theme-chalk/index.css"
href=
"https://unpkg.com/element-ui@2.15.5/lib/theme-chalk/index.css"
...
...
attendance-performance-manager-ui/admin/src/App.vue
View file @
dc5a897c
...
@@ -24,15 +24,16 @@ export default {
...
@@ -24,15 +24,16 @@ export default {
beforeCreate
()
{
beforeCreate
()
{
Vue
.
prototype
.
$app
=
this
;
Vue
.
prototype
.
$app
=
this
;
},
},
created
()
{},
created
()
{
},
methods
:
{},
methods
:
{},
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
#app {
#app {
height:100vh;
height:
100vh;
.loading {
.loading {
display: flex;
display: flex;
align-items: center;
align-items: center;
...
...
attendance-performance-manager-ui/admin/src/views/SSO.vue
View file @
dc5a897c
...
@@ -24,8 +24,9 @@ export default {
...
@@ -24,8 +24,9 @@ export default {
this
.
$route
.
query
.
sysLogo
this
.
$route
.
query
.
sysLogo
?
localStorage
.
setItem
(
"
sysLogo
"
,
this
.
$route
.
query
.
sysLogo
)
?
localStorage
.
setItem
(
"
sysLogo
"
,
this
.
$route
.
query
.
sysLogo
)
:
""
;
:
""
;
this
.
$route
.
query
.
sysName
this
.
$route
.
query
.
sysName
?
(
process
.
env
.
VUE_APP_API_appNam
e
=
this
.
$route
.
query
.
sysName
)
?
(
document
.
titl
e
=
this
.
$route
.
query
.
sysName
)
:
""
;
:
""
;
/* this.form.loginName="admin"
/* this.form.loginName="admin"
this.form.password="scsmile"*/
this.form.password="scsmile"*/
...
...
attendance-performance-manager-ui/admin/src/views/login/login.vue
View file @
dc5a897c
...
@@ -58,9 +58,9 @@ export default {
...
@@ -58,9 +58,9 @@ export default {
this
.
$route
.
query
.
sysName
this
.
$route
.
query
.
sysName
?
localStorage
.
setItem
(
"
sysName
"
,
this
.
$route
.
query
.
sysName
)
?
localStorage
.
setItem
(
"
sysName
"
,
this
.
$route
.
query
.
sysName
)
:
""
;
:
""
;
process
.
env
.
VUE_APP_API_appName
=
localStorage
.
getItem
(
"
sysName
"
)
this
.
$route
.
query
.
sysName
?
localStorage
.
getItem
(
"
sysName
"
)
?
(
document
.
title
=
this
.
$route
.
query
.
sysName
)
:
process
.
env
.
VUE_APP_API_appName
;
:
""
;
localStorage
.
setItem
(
"
sysLogo
"
,
this
.
$route
.
query
.
sysLogo
);
localStorage
.
setItem
(
"
sysLogo
"
,
this
.
$route
.
query
.
sysLogo
);
},
},
methods
:
{
methods
:
{
...
...
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