Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
anji-plus-report
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王涛
2022-02-16 14:16:58 +0800
Commit
989c929a857da238766fc5df2bf7e2a9c8a16549
1 parent
299afb5a
首页标题,图标修改
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
report-ui/build/webpack.dev.conf.js
report-ui/build/webpack.prod.conf.js
report-ui/index.html
report-ui/src/views/layout/components/Sidebar/index.vue
report-ui/static/hg.png
report-ui/build/webpack.dev.conf.js
View file @
989c929
...
...
@@ -61,7 +61,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
filename
:
'index.html'
,
template
:
'index.html'
,
inject
:
true
,
favicon
:
resolve
(
'static/
favicon.ico
'
),
favicon
:
resolve
(
'static/
hg.png
'
),
title
:
'vue-admin-template'
})
]
...
...
report-ui/build/webpack.prod.conf.js
View file @
989c929
...
...
@@ -60,7 +60,7 @@ const webpackConfig = merge(baseWebpackConfig, {
filename
:
config
.
build
.
index
,
template
:
'index.html'
,
inject
:
true
,
favicon
:
resolve
(
'static/
favicon.ico
'
),
favicon
:
resolve
(
'static/
hg.png
'
),
title
:
'vue-admin-template'
,
minify
:
{
removeComments
:
true
,
...
...
report-ui/index.html
View file @
989c929
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<title>
AJ-Report
</title>
<title>
鸿果页面设计器
</title>
<link
rel=
'stylesheet'
href=
'./static/luckysheet/plugins/css/pluginsCss.css'
/>
<link
rel=
'stylesheet'
href=
'./static/luckysheet/plugins/plugins.css'
/>
<link
rel=
'stylesheet'
href=
'./static/luckysheet/css/luckysheet.css'
/>
...
...
report-ui/src/views/layout/components/Sidebar/index.vue
View file @
989c929
<template>
<el-scrollbar wrap-class="scrollbar-wrapper">
<div class="admin-title" @click="goBigScreen">
<img src="../../../../../static/
logo-dp
.png" width="50" class="mt10" />
<img src="../../../../../static/
hg
.png" width="50" class="mt10" />
</div>
<el-menu :show-timeout="200" :default-active="$route.path" :collapse="isCollapse" mode="vertical">
<sidebar-item v-for="route in routes" :key="route.path" :item="route" :base-path="route.path" />
...
...
report-ui/static/hg.png
0 → 100644
View file @
989c929
115 KB
Please
register
or
login
to post a comment