feat: 解决上架问题
This commit is contained in:
@@ -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("请填写完整信息");
|
||||
|
||||
Reference in New Issue
Block a user