created() {
if (this.$route.params && this.$route.params.id) {
// vue从路径中获取参数 此处参数名为id
const id = this.$route.params.id
this.fetchDataById(id)
}
}
created() {
if (this.$route.params && this.$route.params.id) {
// vue从路径中获取参数 此处参数名为id
const id = this.$route.params.id
this.fetchDataById(id)
}
}
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。