This commit is contained in:
yeweikangxx123 2025-10-14 10:02:57 +08:00
commit 559ea40232
2 changed files with 4 additions and 4 deletions

View File

@ -89,10 +89,10 @@ export default {
pkParent: '',
goodList: [],
placeParent: '',
activeTab: 43, //
activeTab: 43, //
tabs: [
{
label: '商城专区',
label: '北大甄选',
value: 43,
},
{

View File

@ -6,7 +6,7 @@ export const REGIEST_AREA = {
export const UPGRADE_AREA = {
id: 42,
// name: '升级专区',
name: '甄选专区',
name: '复购专区',
}
export const REISSUE_AREA = {
@ -15,7 +15,7 @@ export const REISSUE_AREA = {
}
export const REPURCHASE_AREA = {
id: 43,
name: '商城专区',
name: '北大甄选',
}
export const HALF_PRICE_AREA = {