Commit 1678cbc4 authored by 张牧越's avatar 张牧越

fix

parent cd9bcd7f
......@@ -96,10 +96,11 @@ export default {
},
},
mounted() {
var isChrome = window.navigator.userAgent.indexOf("Chrome") !== -1;
if (isChrome) {
this.bodyScale();
}
// var isChrome = window.navigator.userAgent.indexOf("Chrome") !== -1;
// if (isChrome) {
// this.bodyScale();
// }
this.bodyScale();
// this.checkLogin();
},
};
......
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