Commit c1074589 by tangjiale

处理图标路径

parent 89124a38
...@@ -81,8 +81,8 @@ module.exports = { ...@@ -81,8 +81,8 @@ module.exports = {
], ],
link: [ { link: [ {
rel: 'icon', rel: 'icon',
// type: 'image/x-icon', type: 'image/x-icon',
href: 'assets/images/favicon.ico' href: '/favicon.ico'
} ], } ],
script: ENV_SCRIPT[ envValue ] script: ENV_SCRIPT[ envValue ]
}, },
......
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