修改二维码显示

v1.0.0
于肖磊 2024-10-21 18:19:16 +08:00
parent 2607ff67cd
commit 2d05906573
2 changed files with 4 additions and 1 deletions

View File

@ -246,6 +246,10 @@ const upload_type_change = (type: any) => {
scan_file_list.value = data || [];
}
}, 3000);
//
if (form.value.category_id.length > 0) {
category_id_change(form.value.category_id);
}
}
};
//

View File

@ -43,7 +43,6 @@ service.interceptors.request.use(
config.url = config.url + '&token=' + JSON.parse(cookie).token;
}
}
console.log(config);
return config;
},
(error: any) => {