mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-25 15:24:17 +08:00
parent
f2d3acb650
commit
5aad16968b
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ defineExpose({
|
|||
onMounted(() => {
|
||||
if (router.currentRoute.value.query.path) {
|
||||
const path = String(router.currentRoute.value.query.path);
|
||||
initCmd.value = `cd ${path} \n`;
|
||||
initCmd.value = `cd "${path}" \n`;
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue