fix(productSaleStatistics): 修复topBar点击跳转错误的问题

This commit is contained in:
woody 2025-08-11 09:22:21 +08:00
parent 695a5540a2
commit 978dfccf4c
1 changed files with 2 additions and 2 deletions

View File

@ -148,11 +148,11 @@ export default {
}, },
data() { data() {
return { return {
moren: 'productSaleStatisticsDetail', moren: 'productSaleStatistics',
topList: [ topList: [
{ {
name: '产品销售统计', name: '产品销售统计',
path: 'productSaleStatisticsDetail' path: 'productSaleStatistics'
} }
], ],
tableData: [], tableData: [],