bug
This commit is contained in:
parent
e0ea4a6a2d
commit
caef0e672a
|
@ -5,7 +5,7 @@
|
||||||
<div class="mainBox">
|
<div class="mainBox">
|
||||||
<div class="top">
|
<div class="top">
|
||||||
<h1 v-if="whoShow1 && whoShow1.itShowQingDao">典型赋能案例</h1>
|
<h1 v-if="whoShow1 && whoShow1.itShowQingDao">典型赋能案例</h1>
|
||||||
<h1>赋能案例</h1>
|
<h1 v-else>赋能案例</h1>
|
||||||
<div></div>
|
<div></div>
|
||||||
<!-- <h3>Enabling Cases</h3> -->
|
<!-- <h3>Enabling Cases</h3> -->
|
||||||
</div>
|
</div>
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
import { useRouter } from 'vue-router'
|
import { useRouter } from 'vue-router'
|
||||||
// import { pinyin } from 'pinyin-pro'
|
// import { pinyin } from 'pinyin-pro'
|
||||||
// import { Empty } from 'ant-design-vue'
|
// import { Empty } from 'ant-design-vue'
|
||||||
const whoShow1 = ref(whoShow)
|
const whoShow1 = ref(whoShow)
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const listBg = ref('')
|
const listBg = ref('')
|
||||||
const contenBox = ref([])
|
const contenBox = ref([])
|
||||||
|
|
Loading…
Reference in New Issue