Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IT-monitor
Project
Project
Details
Activity
Releases
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
张伯涛
IT-monitor
Commits
e281bf15
Commit
e281bf15
authored
May 18, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换logo
parent
f6770205
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
index.html
public/index.html
+1
-1
monitorLogo.png
public/monitorLogo.png
+0
-0
menulogo.png
src/assets/image/menulogo.png
+0
-0
Logo.vue
src/layout/components/Sidebar/Logo.vue
+1
-1
No files found.
public/index.html
View file @
e281bf15
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<!-- <link rel="icon" href="<%= BASE_URL %>home_logo.png">--
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>monitorLogo.png"
>
<!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css">-->
<!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css">-->
<!-- <title><%= webpackConfig.name %></title>-->
<!-- <title><%= webpackConfig.name %></title>-->
<title>
网络设备监控管理平台
</title>
<title>
网络设备监控管理平台
</title>
...
...
public/monitorLogo.png
0 → 100644
View file @
e281bf15
740 Bytes
src/assets/image/menulogo.png
0 → 100644
View file @
e281bf15
838 Bytes
src/layout/components/Sidebar/Logo.vue
View file @
e281bf15
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
title
:
'IT监控系统'
,
title
:
'IT监控系统'
,
logo
:
require
(
'@/assets/image/logo.png'
)
logo
:
require
(
'@/assets/image/
menu
logo.png'
)
}
}
}
}
}
}
...
...
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