修改文字

This commit is contained in:
zhangmanman
2021-09-27 16:43:51 +08:00
parent f7fd0f5091
commit 5f30a6a51b
13 changed files with 600 additions and 66 deletions

View File

@@ -34,7 +34,7 @@
methods:{
// 选择分类
onCategory(cid){
this.$Router.push({name: 'GoodsMagAdd', params: {cid, id: this.category[this.stairIndex].category_id}})
this.$Router.push({name: 'goodsAdd', params: {cid, id: this.category[this.stairIndex].category_id}})
}
}
}