luke 6 жил өмнө
parent
commit
d4d6d96826

+ 0 - 1
service/src/components/leftNav.vue

@@ -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) {

+ 0 - 1
service/src/pages/login.vue

@@ -109,7 +109,6 @@
 		},
 		mounted(){
 			this.logo = sessionStorage.getItem('logo');
-			console.log(this.logo, '========logo')
 		}
 	};
 </script>