@@ -92,7 +92,6 @@
this.titleActive = this.$store.getters.get_navState;
this.logo = sessionStorage.getItem('logo');
- console.log(this.logo, '========logo')
// // 获取系统时间
// this.get('api'+this.$ports.TIME).then(res => {
// if (res.data.data.time) {
@@ -109,7 +109,6 @@
},
mounted(){
}
};
</script>