|
|
@@ -1,6 +1,9 @@
|
|
|
<template>
|
|
|
<div class="top-nav">
|
|
|
- <div class="nav-title">贵州大学实验室安全智慧化管控中心</div>
|
|
|
+ <div class="nav-title" style="display: flex">
|
|
|
+ <img :src="circularLogo" style="height:40px;width:40px;margin-right:20px;">
|
|
|
+ <p>贵州大学实验室安全智慧化管控中心</p>
|
|
|
+ </div>
|
|
|
<div class="nav-tabs">
|
|
|
<div
|
|
|
v-for="tab in tabs"
|
|
|
@@ -31,7 +34,8 @@ export default {
|
|
|
],
|
|
|
dateStr: '',
|
|
|
timeStr: '',
|
|
|
- weather: ''
|
|
|
+ weather: '',
|
|
|
+ circularLogo:localStorage.getItem('circularLogo'),
|
|
|
}
|
|
|
},
|
|
|
computed: {
|