This commit is contained in:
X1627315083
2025-10-13 17:32:24 +08:00
parent 022213272d
commit 0efb7ec6da
3 changed files with 3 additions and 4 deletions

View File

@@ -141,7 +141,6 @@ export default defineComponent({
publish:null as any,
}) as any
const init = async (value:any,list:any,t:any,locale:any)=>{
store.commit('toolsClear')
data.t = t
data.locale = locale.value
data.designTools = true
@@ -188,6 +187,7 @@ export default defineComponent({
str:'add',
index:-1,
}
store.commit('toolsClear')
if(data.openType == 'toProduct'){
store.commit("setToProductImage", likeData);
}else if(data.openType == 'relight'){