|
|
@@ -104,8 +104,6 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
var that = this ;
|
|
|
- /*给body添加类,设置背景色*/
|
|
|
- this.set_bg_grey();
|
|
|
this.get_user_info(function(response){
|
|
|
if (response.data.error_code === 0 ) {
|
|
|
let redirect = decodeURIComponent(that.$route.query.redirect || '/item/index');
|
|
|
@@ -118,7 +116,6 @@ export default {
|
|
|
this.script_cron();
|
|
|
},
|
|
|
beforeDestroy(){
|
|
|
- this.unset_bg_grey();
|
|
|
}
|
|
|
}
|
|
|
</script>
|