删除debug信息

This commit is contained in:
shefengchun 2023-01-13 11:16:10 +08:00
parent b982b66a31
commit b58044d5b7
2 changed files with 1 additions and 2 deletions

View File

@ -238,7 +238,6 @@ export default defineComponent({
} else {
group.value = 4
}
console.log(group.value)
}
const getconfig = () => {

View File

@ -598,7 +598,7 @@ export default defineComponent({
);
const getconfig=()=>{
try {
set?.GetBlendingConfig("").then((res)=>{console.log(res)})
set?.GetBlendingConfig("").then((res)=>{})
set?.GetBlendingConfig("").then((res) => { let tmp = JSON.parse(res ? res.config : ""); $store.commit("setEnablefusion", tmp.enable); $store.commit("setfusion_configuration", res?.config); })
} catch (error) {