|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="logo">
|
|
<div class="logo">
|
|
<router-link :to="{name:'dashboard'}">
|
|
<router-link :to="{name:'dashboard'}">
|
|
- <img src="~@/assets/logo.png" style="width:50px;height:32px" class="logo" alt="logo">
|
|
|
|
|
|
+ <img src="~@/assets/logo.png" style="width:50px;height:40px" class="logo" alt="logo">
|
|
<h1 v-if="showTitle">设备管理系统</h1>
|
|
<h1 v-if="showTitle">设备管理系统</h1>
|
|
</router-link>
|
|
</router-link>
|
|
</div>
|
|
</div>
|