mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
提交
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
type:String,
|
||||
default:''
|
||||
},
|
||||
noJump:{
|
||||
type:Number,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
data(){
|
||||
return {
|
||||
@@ -60,7 +64,10 @@
|
||||
methods:{
|
||||
toHome() {
|
||||
// ,query:{id:item.objId || item.id}
|
||||
this.$router.push({path:this.$xpage.getHomePath(this.aid)})
|
||||
if(this.noJump) {
|
||||
this.$router.push({path:this.$xpage.getHomePath(this.aid)})
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
watch:{
|
||||
|
||||
Reference in New Issue
Block a user