|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<template> |
|
|
|
|
<div class="avue-logo"> |
|
|
|
|
<div class="logo-x"> |
|
|
|
|
<div class="logo-x" @click="handleGoIndex"> |
|
|
|
|
<div class="logo-img"> |
|
|
|
|
<img src="../../../public/img/p-logo.png" /> |
|
|
|
|
</div> |
|
|
|
@ -15,7 +15,6 @@
|
|
|
|
|
<span class="avue-logo_title" key="1">{{ website.indexTitle }} </span> |
|
|
|
|
</template> |
|
|
|
|
</transition-group> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
@ -32,7 +31,11 @@ export default {
|
|
|
|
|
computed: { |
|
|
|
|
...mapGetters(['isCollapse']), |
|
|
|
|
}, |
|
|
|
|
methods: {}, |
|
|
|
|
methods: { |
|
|
|
|
handleGoIndex() { |
|
|
|
|
this.$router.push('/wel/index'); |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|