mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 21:06:42 +08:00
引导位
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
</swiper>
|
</swiper>
|
||||||
</div>
|
</div>
|
||||||
<p class="gui-text">{{description}}</p>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
@@ -81,6 +81,9 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
|
goHome() {
|
||||||
|
this.$router.push('/index')
|
||||||
|
},
|
||||||
getlist() {
|
getlist() {
|
||||||
apiGuide.list().then(res=>{
|
apiGuide.list().then(res=>{
|
||||||
if(res.status == 200) {
|
if(res.status == 200) {
|
||||||
|
|||||||
Reference in New Issue
Block a user