引导位

This commit is contained in:
zhaofang
2022-09-28 15:58:01 +08:00
parent b711b3a90f
commit ebdf7c0e86

View File

@@ -21,7 +21,7 @@
</swiper>
</div>
<p class="gui-text">{{description}}</p>
<el-button type="primary" class="btn-one">进入首页</el-button>
<el-button type="primary" class="btn-one" @click="goHome()">进入首页</el-button>
</div>
</div>
</el-dialog>
@@ -81,6 +81,9 @@
},
methods:{
goHome() {
this.$router.push('/index')
},
getlist() {
apiGuide.list().then(res=>{
if(res.status == 200) {