Commit 78f2c074 by caoyanzhi

update: 调整ico引入

parent f9b7717e
......@@ -90,6 +90,7 @@ const webpackConfig = merge(baseWebpackConfig, {
new HtmlWebpackPlugin({
filename: config.build.index,
template: 'index.html',
favicon: './favicon.ico',
inject: true,
minify: {
removeComments: true,
......
......@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="./static/img/favicon.ico" />
<link rel="shortcut icon" href="./favicon.ico" />
<script src="//web-1251519181.file.myqcloud.com/lib/vue/2.5.2/vue.min.js"></script>
<script src="//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js"></script>
<script src="//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment