完善商品数据提交

This commit is contained in:
2025-05-10 18:09:35 +08:00
parent 9cd1e5eaca
commit 00ab75efbc
177 changed files with 3124 additions and 2928 deletions

View File

@ -6,4 +6,5 @@ export default {
inviteCode: state => state.app.userInfo.distribution_code || "",
appConfig: state => state.app.config,
cityInfo: state => state.city.cityInfo,
buyGoods: state => state.goods.buyGoods,
};