Merge branch 'dev' of 47.94.45.65:angelo/web-zk-h5 into test

This commit is contained in:
woody 2025-10-13 12:22:11 +08:00
commit ae84f20dda
1 changed files with 5 additions and 5 deletions

View File

@ -89,16 +89,16 @@ export default {
pkParent: '', pkParent: '',
goodList: [], goodList: [],
placeParent: '', placeParent: '',
activeTab: 41, // activeTab: 43, //
tabs: [ tabs: [
{
label: '精品专区',
value: 41,
},
{ {
label: '商城专区', label: '商城专区',
value: 43, value: 43,
}, },
{
label: '精品专区',
value: 41,
},
], ],
} }
}, },