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
ad948f59
Commit
ad948f59
authored
Aug 02, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
46fbf656
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
attendance-performance-manager-ui/admin/src/components/Header.vue
...ce-performance-manager-ui/admin/src/components/Header.vue
+7
-3
No files found.
attendance-performance-manager-ui/admin/src/components/Header.vue
View file @
ad948f59
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
alt=
""
alt=
""
/>
/>
<b
style=
"color: white; font-size: 20px"
>
<b
style=
"color: white; font-size: 20px"
>
{{
title
?
titl
e
:
"
智慧政务绩效管理系统
"
}}
{{
sysName
?
sysNam
e
:
"
智慧政务绩效管理系统
"
}}
</b>
</b>
</router-link>
</router-link>
...
@@ -172,8 +172,12 @@ export default {
...
@@ -172,8 +172,12 @@ export default {
data
()
{
data
()
{
return
{
return
{
showMobileMenu
:
false
,
showMobileMenu
:
false
,
title
:
localStorage
.
getItem
(
"
sysName
"
),
sysName
:
localStorage
.
getItem
(
"
sysName
"
)
sysLogo
:
localStorage
.
getItem
(
"
sysLogo
"
),
?
localStorage
.
getItem
(
"
sysName
"
)
:
""
,
sysLogo
:
localStorage
.
getItem
(
"
sysLogo
"
)
?
localStorage
.
getItem
(
"
sysLogo
"
)
:
""
,
};
};
},
},
created
()
{},
created
()
{},
...
...
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