bump 1.1.5

This commit is contained in:
qingwei.li 2016-12-18 10:49:56 +08:00
commit 3fbcd876ae
5 changed files with 6 additions and 6 deletions

View file

@ -106,7 +106,7 @@ function getRoute () {
}
function isMobile () {
return /mobile/i.test(navigator.userAgent)
return document.body.clientWidth <= 600
}
/**