bug修改

This commit is contained in:
gaoyuanwei 2022-08-25 17:45:34 +08:00
parent 9b77589c6e
commit e0ea4a6a2d
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
<div class="banner"></div>
<div class="mainBox">
<div class="top">
<h1>典型赋能案例</h1>
<h1 v-if="whoShow1 && whoShow1.itShowQingDao">典型赋能案例</h1>
<h1>赋能案例</h1>
<div></div>
<!-- <h3>Enabling Cases</h3> -->
</div>
@ -86,7 +87,7 @@
import { useRouter } from 'vue-router'
// import { pinyin } from 'pinyin-pro'
// import { Empty } from 'ant-design-vue'
const whoShow1 = ref(whoShow)
const router = useRouter()
const listBg = ref('')
const contenBox = ref([])