Authored by 王涛

首页标题,图标修改

@@ -61,7 +61,7 @@ const devWebpackConfig = merge(baseWebpackConfig, { @@ -61,7 +61,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
61 filename: 'index.html', 61 filename: 'index.html',
62 template: 'index.html', 62 template: 'index.html',
63 inject: true, 63 inject: true,
64 - favicon: resolve('static/favicon.ico'), 64 + favicon: resolve('static/hg.png'),
65 title: 'vue-admin-template' 65 title: 'vue-admin-template'
66 }) 66 })
67 ] 67 ]
@@ -60,7 +60,7 @@ const webpackConfig = merge(baseWebpackConfig, { @@ -60,7 +60,7 @@ const webpackConfig = merge(baseWebpackConfig, {
60 filename: config.build.index, 60 filename: config.build.index,
61 template: 'index.html', 61 template: 'index.html',
62 inject: true, 62 inject: true,
63 - favicon: resolve('static/favicon.ico'), 63 + favicon: resolve('static/hg.png'),
64 title: 'vue-admin-template', 64 title: 'vue-admin-template',
65 minify: { 65 minify: {
66 removeComments: true, 66 removeComments: true,
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 <head> 4 <head>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width,initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width,initial-scale=1.0">
7 - <title>AJ-Report</title> 7 + <title>鸿果页面设计器</title>
8 <link rel='stylesheet' href='./static/luckysheet/plugins/css/pluginsCss.css' /> 8 <link rel='stylesheet' href='./static/luckysheet/plugins/css/pluginsCss.css' />
9 <link rel='stylesheet' href='./static/luckysheet/plugins/plugins.css' /> 9 <link rel='stylesheet' href='./static/luckysheet/plugins/plugins.css' />
10 <link rel='stylesheet' href='./static/luckysheet/css/luckysheet.css' /> 10 <link rel='stylesheet' href='./static/luckysheet/css/luckysheet.css' />
1 <template> 1 <template>
2 <el-scrollbar wrap-class="scrollbar-wrapper"> 2 <el-scrollbar wrap-class="scrollbar-wrapper">
3 <div class="admin-title" @click="goBigScreen"> 3 <div class="admin-title" @click="goBigScreen">
4 - <img src="../../../../../static/logo-dp.png" width="50" class="mt10" /> 4 + <img src="../../../../../static/hg.png" width="50" class="mt10" />
5 </div> 5 </div>
6 <el-menu :show-timeout="200" :default-active="$route.path" :collapse="isCollapse" mode="vertical"> 6 <el-menu :show-timeout="200" :default-active="$route.path" :collapse="isCollapse" mode="vertical">
7 <sidebar-item v-for="route in routes" :key="route.path" :item="route" :base-path="route.path" /> 7 <sidebar-item v-for="route in routes" :key="route.path" :item="route" :base-path="route.path" />