mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-11 01:23:31 +08:00
chore: remove console.log
This commit is contained in:
parent
eb50ee1c03
commit
f8ab71953d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue