diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 060fbb5..f7e2a39 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -59,6 +59,7 @@ const selectDirectory = () => { SelectPath().then((path) => { if (path) { checkDir.value = path + writeCheckDir() } else { ElMessage.warning('未选择目录,不更改配置') }