mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
提交
This commit is contained in:
@@ -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=>{
|
||||
|
||||
Reference in New Issue
Block a user