删除debug信息
This commit is contained in:
parent
b982b66a31
commit
b58044d5b7
|
@ -238,7 +238,6 @@ export default defineComponent({
|
||||||
} else {
|
} else {
|
||||||
group.value = 4
|
group.value = 4
|
||||||
}
|
}
|
||||||
console.log(group.value)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const getconfig = () => {
|
const getconfig = () => {
|
||||||
|
|
|
@ -598,7 +598,7 @@ export default defineComponent({
|
||||||
);
|
);
|
||||||
const getconfig=()=>{
|
const getconfig=()=>{
|
||||||
try {
|
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); })
|
set?.GetBlendingConfig("").then((res) => { let tmp = JSON.parse(res ? res.config : ""); $store.commit("setEnablefusion", tmp.enable); $store.commit("setfusion_configuration", res?.config); })
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue