Authored by 王涛

首页标题,图标修改

... ... @@ -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'
})
]
... ...
... ... @@ -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,
... ...
... ... @@ -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' />
... ...
<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" />
... ...