Commit 3c1125c9 by caoyanzhi

update: 调整ico

parent 162e7f93
......@@ -31,9 +31,9 @@ module.exports = {
],
// allow async-await
"generator-star-spacing": "off",
"no-console": process.env.NODE_ENV === "production" ? 2 : 0,
"no-alert": process.env.NODE_ENV === "production" ? 2 : 0, //禁止使用alert confirm prompt
"no-debugger": process.env.NODE_ENV === "production" ? 2 : 0,
// "no-console": process.env.NODE_ENV === "production" ? 2 : 0,
// "no-alert": process.env.NODE_ENV === "production" ? 2 : 0, //禁止使用alert confirm prompt
// "no-debugger": process.env.NODE_ENV === "production" ? 2 : 0,
// --------------------静态检测-----------------------------
/**
* 静态检测:
......
......@@ -56,7 +56,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
filename: 'index.html',
template: 'index.html',
inject: true,
favicon: './favicon.ico'
favicon: './static/img/favicon.ico'
}),
// copy custom static assets
new CopyWebpackPlugin([
......
......@@ -11,7 +11,7 @@
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="shortcut icon" href="./static/img/favicon.ico" />
<title>好办管理平台</title>
<link rel="stylesheet" type="text/css" href="//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.69.css" />
......
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