fix: 🐛 eslint 告警问题修复

Former-commit-id: 7ffbab34f126c63d4561b02218431243b7483924
This commit is contained in:
郝先瑞
2023-11-08 22:22:38 +08:00
parent 53e58fbc3c
commit 642f4cbe8c
11 changed files with 27 additions and 1117 deletions

View File

@@ -3,7 +3,6 @@ import { useSettingsStore } from "@/store/modules/settings";
import { usePermissionStore } from "@/store/modules/permission";
import { useAppStore } from "@/store/modules/app";
import { useRoute } from "vue-router";
import defaultSettings from "@/settings";
const route = useRoute();