mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-17 03:04:46 +08:00
parent
f2d3acb650
commit
5aad16968b
@ -407,7 +407,7 @@ defineExpose({
|
|||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (router.currentRoute.value.query.path) {
|
if (router.currentRoute.value.query.path) {
|
||||||
const path = String(router.currentRoute.value.query.path);
|
const path = String(router.currentRoute.value.query.path);
|
||||||
initCmd.value = `cd ${path} \n`;
|
initCmd.value = `cd "${path}" \n`;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user