chore: remove console.log

This commit is contained in:
maninhill 2023-05-06 11:21:59 +08:00
parent eb50ee1c03
commit f8ab71953d

View file

@ -149,7 +149,6 @@ const openInstall = () => {
params: appDetail.value.params,
appDetailId: appDetail.value.id,
};
console.log(app.value);
if (app.value.type === 'php') {
router.push({ path: '/websites/runtime/php' });
} else {