去掉brandDNA

This commit is contained in:
X1627315083
2025-09-18 11:03:59 +08:00
parent ce224616e6
commit 6f77d3d4b1
2 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
<div class="center">{{ selectObject?.styleName?selectObject?.styleName:'All' }}</div>
<div class="gallery_btn" @click="setStyle">{{ $t('Habit.Select') }}</div>
</div>
<div class="style brand marginBottom">
<!-- <div class="style brand marginBottom">
<div class="text">{{$t('Habit.Brand')}}:</div>
<div class="gallery_btn" @click="setBrandDNA">{{ $t('Habit.Select') }}</div>
</div>
@@ -56,7 +56,7 @@
:tip-formatter="formatterBrandDNA"
>
</a-slider>
</div>
</div> -->
<div class="position marginBottom" v-show="show.position" v-if="httpWorkflowType == 'SINGLE_DESIGN'">
<div class="text">
{{$t('Habit.Category')}}:

View File

@@ -340,12 +340,12 @@ const openTypeList = (t)=>{
value:'Models',
router:'library=Models'
},
{
icon:'fi-ss-gem',
label:t('LibraryPage.brandDNA'),
value:'MyBrand',
router:'library=MyBrand'
},
// {
// icon:'fi-ss-gem',
// label:t('LibraryPage.brandDNA'),
// value:'MyBrand',
// router:'library=MyBrand'
// },
]
},
history:{