|
@@ -35,10 +35,6 @@ function handleLoginOut() {
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
function handleGo(item: { name: string }) {
|
|
function handleGo(item: { name: string }) {
|
|
|
- if (item.name === 'common-afterSalesList') {
|
|
|
|
|
- useGlobalToast().show('此功能暂未开放')
|
|
|
|
|
- return
|
|
|
|
|
- }
|
|
|
|
|
router.push({ name: item.name })
|
|
router.push({ name: item.name })
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|