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