Commit 07348172 by qiaoyanqi

isFullPath

parent 297e6e92
...@@ -144,6 +144,10 @@ export default { ...@@ -144,6 +144,10 @@ export default {
showtype: { showtype: {
type: String, type: String,
default: '' default: ''
},
isFullPath:{
type: Boolean,
default: false
} }
}, },
data () { data () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment