B2C代码提交

This commit is contained in:
RyanRan
2024-10-20 21:43:59 +08:00
parent ef7d3d7a1a
commit f2491124d1
28 changed files with 866 additions and 372 deletions

View File

@@ -12,7 +12,7 @@
<a @click="gotoBack">发布商品</a>
</div>
<div>
2进入卖家中心管理
2管理
<a @click="gotoGoodsList">商品列表</a>
</div>
</div>
@@ -24,7 +24,7 @@ export default {
methods: {
// 跳转商品列表
gotoGoodsList() {
this.$router.push({name: "goods"});
this.$router.push({name: "managerGoods"});
},
// 刷新页面
gotoBack() {
@@ -35,4 +35,4 @@ export default {
</script>
<style lang="scss" scoped>
@import "./addGoods.scss";
</style>
</style>