header.vue
894 Bytes
<style>
</style>
<template>
<header class="header">
<div class="container">
<a v-link="{path:'/'}" class="logo"> </a>
<!-- <div class="logo">传世般若</div> -->
<!-- <div style="width: 62px; height: 25px; margin-left: 120px; margin-top: 17px;position: absolute; border-left:solid 1px #b6bdcb; padding-left:5px">
<img src="/images/linshi.png" style="width:auto;height:auto; max-width:100%; max-height:100%;">
</div> -->
<div class="top-nav">
<div class="slogan">透明 • 智慧 • 共享</div>
<div class="nav">
<a href="http://223.76.250.194:23003">运营商</a>
<!-- <a href="http://test.csylcloud.com:3003">运营商</a> -->
</div>
</div>
</div>
</header>
</template>
<script>
module.exports={
data:function(){
return {
}
}
}
</script>