中国电科logo

feature/nanjing-wuliu
yiming 3 years ago
parent fda854db35
commit 14175ea24a

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

@ -10,12 +10,12 @@
<!-- <script src="/video_play_plugins/video.js"></script> --> <!-- <script src="/video_play_plugins/video.js"></script> -->
<script src="/video_play_plugins/webrtcplayer.js"></script> <script src="/video_play_plugins/webrtcplayer.js"></script>
<title>易高智能视觉</title> <title>中国电科</title>
</head> </head>
<body> <body>
<noscript> <noscript>
<strong>We're sorry but 易高智能视觉 doesn't work properly without JavaScript enabled. Please enable it to <strong>We're sorry but 中国电科智能视觉 doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong> continue.</strong>
</noscript> </noscript>

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

@ -2,6 +2,7 @@
<a-layout-sider :class="['aside', collapsed ? 'merge' :'']" v-model="collapsed" theme="dark" :trigger="null" collapsible :style="styles.menu.default"> <a-layout-sider :class="['aside', collapsed ? 'merge' :'']" v-model="collapsed" theme="dark" :trigger="null" collapsible :style="styles.menu.default">
<div class="logo" :style="styles.title.style"> <div class="logo" :style="styles.title.style">
<!-- <img src="@/assets/logo1.png" alt />--> <!-- <img src="@/assets/logo1.png" alt />-->
<span class="logo-title">{{ styles.title.text }}</span> <span class="logo-title">{{ styles.title.text }}</span>
</div> </div>
<a-menu :selectedKeys="selectedKeys" <a-menu :selectedKeys="selectedKeys"

@ -12,24 +12,12 @@
</div> </div>
<div class="header-right"> <div class="header-right">
<div class="header-top-right-circle" @click="visible = !visible"></div> <div class="header-top-right-circle" @click="visible = !visible"></div>
<a-badge :count="count" @click="openPlc"> <a-badge :count="count" @click="openPlc" style="margin-top:10px">
<a-icon type="bell" style="font-size:20px;cursor:pointer"/> <a-icon type="bell" style="font-size:40px;cursor:pointer;"/>
</a-badge> </a-badge>
<a-popover id="popover" v-model="visible" placement="bottom" trigger="click"> <div style="width:40px"></div>
<a href="javascript:;" style="margin:0 10px"> <img src="@/assets/dianke.png" style="height:40" alt />
{{
userInfo.name ? userInfo.name : "userName"
}}
</a>
<div class="flex flex-column" :style="{ 'min-width': '78px' }" slot="content">
<a
class="block mb16"
href="javascript:;"
@click="visible = false;$router.push({name: 'center'})"
>个人中心</a>
<a href="javascript:;" @click="logout">退</a>
</div>
</a-popover>
</div> </div>
</div> </div>
</template> </template>

@ -11,7 +11,8 @@ const store = {
"primary-color":"rgba(184, 68, 13, 1)" "primary-color":"rgba(184, 68, 13, 1)"
}, },
"title":{ "title":{
"text":"易高智能视觉系统", "text":"中国电科智能视觉",
"style":{ "style":{
"color":"rgba(255, 255, 255, 1)", "color":"rgba(255, 255, 255, 1)",
"background-color":"rgba(163, 60, 12, 1)", "background-color":"rgba(163, 60, 12, 1)",

Loading…
Cancel
Save