|
@@ -1,11 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="com-body">
|
|
<div class="com-body">
|
|
- <div style="margin-bottom: 56px">
|
|
|
|
- <img
|
|
|
|
- style="max-width: 100%; max-height: 100%; opacity: 0"
|
|
|
|
- :src="`${websitelogo}`"
|
|
|
|
- alt="Logo-2" />
|
|
|
|
- </div>
|
|
|
|
|
|
+ <pc-header style="opacity: 0; position: static !important"></pc-header>
|
|
<pc-header></pc-header>
|
|
<pc-header></pc-header>
|
|
<nuxt />
|
|
<nuxt />
|
|
<pc-footer></pc-footer>
|
|
<pc-footer></pc-footer>
|
|
@@ -21,15 +16,6 @@ export default {
|
|
websitelogo: '',
|
|
websitelogo: '',
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- async fetch() {
|
|
|
|
- await this.$store.dispatch('getShopInfo', 'layout').then(res => {
|
|
|
|
- console.log(res.logo, 'layout logo log')
|
|
|
|
- this.websitelogo = !this.$mediaRegExp.test(res.logo)
|
|
|
|
- ? this.$OSS_PREFIX +
|
|
|
|
- (/^\/.+/.test(res.logo) ? res.logo : `/${res.logo}`)
|
|
|
|
- : res.logo
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
mounted() {
|
|
mounted() {
|
|
// this.openZoho()
|
|
// this.openZoho()
|
|
// 添加监听
|
|
// 添加监听
|