删除debug信息
This commit is contained in:
parent
b982b66a31
commit
b58044d5b7
|
@ -238,7 +238,6 @@ export default defineComponent({
|
|||
} else {
|
||||
group.value = 4
|
||||
}
|
||||
console.log(group.value)
|
||||
}
|
||||
|
||||
const getconfig = () => {
|
||||
|
|
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue