mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-10 07:26:35 +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,
|
params: appDetail.value.params,
|
||||||
appDetailId: appDetail.value.id,
|
appDetailId: appDetail.value.id,
|
||||||
};
|
};
|
||||||
console.log(app.value);
|
|
||||||
if (app.value.type === 'php') {
|
if (app.value.type === 'php') {
|
||||||
router.push({ path: '/websites/runtime/php' });
|
router.push({ path: '/websites/runtime/php' });
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue