feat: 解决上架问题

This commit is contained in:
duan
2025-03-07 18:30:30 +08:00
parent 8e52613f08
commit 0bd38e29c5
5 changed files with 30 additions and 25 deletions

View File

@@ -771,11 +771,9 @@ const submitForm = async (formEl: FormInstance | undefined) => {
"title": "新增商品",
"path": "/product/addgoods",
"fullPath": "/product/addgoods",
"affix": false,
"keepAlive": true,
"query": {}
})
router.push({ name: 'productIndex' });
router.push('/product/index');
}, 500);
} else {
ElMessage.error("请填写完整信息");