feat:使用 router name 进行跳转
This commit is contained in:
@@ -57,7 +57,7 @@ async function getProductDetail() {
|
||||
/** 返回列表页 */
|
||||
function handleBack() {
|
||||
tabs.closeCurrentTab();
|
||||
router.push('/crm/product');
|
||||
router.push({ name: 'CrmProduct' });
|
||||
}
|
||||
|
||||
/** 加载数据 */
|
||||
|
||||
Reference in New Issue
Block a user