Commit 197402d0 by Administrator

Merge branch 'lament' into 'master'

Lament

See merge request pigbigbig/beyond-clouds-front!160
parents 204d283e 93e5e7ca
......@@ -19,12 +19,7 @@ module.exports = {
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
],
script: [
{
src: '/grayscale.js'
},
],
]
},
/*
** Customize the progress-bar color
......@@ -34,7 +29,7 @@ module.exports = {
** Global CSS
*/
css: [
'~/assets/gray-filter.css',
// '~/assets/gray-filter.css',
'~/assets/font/iconfont.css',
'~/assets/reset.scss',
],
......
......@@ -329,7 +329,7 @@ function IEVersion() {
return 6;//IE版本<=7
}
} else if(isEdge) {
return 'edge';//edge
return -1;//edge
} else if(isIE11) {
return 11; //IE11
}else{
......
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