fix
This commit is contained in:
@@ -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'){
|
||||
|
||||
Reference in New Issue
Block a user