chore: remove console.log

pull/895/head
maninhill 2 years ago
parent eb50ee1c03
commit f8ab71953d

@ -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 {

Loading…
Cancel
Save