This commit is contained in:
zhaofang
2022-11-02 19:29:30 +08:00
parent 7210c5c842
commit 17cbd2b77f
2 changed files with 5 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
</div>
<p class="gui-text">{{description}}</p>
<!-- <el-button type="primary" class="btn-one" @click="goHome()">进入首页</el-button> -->
<el-button type="primary" class="btn-one" @click="guideCollection = false">进入首页</el-button>
<el-button type="primary" class="btn-one" @click="goHome()">进入首页</el-button>
</div>
</div>
</el-dialog>
@@ -117,7 +117,8 @@
this.$emit('close');
},
goHome() {
this.$router.push('/index')
this.guideCollection = false;
this.$router.push('/index')
},
getlist() {
apiGuide.list().then(res=>{