chore: 去掉定义了却未使用的变量

This commit is contained in:
WANGFAN\wangf 2024-12-06 18:03:45 +08:00
parent c16f64036c
commit 6b28b560d3

View File

@ -1,6 +1,6 @@
import type { MockMethod } from "vite-plugin-mock";
import { RouteRecordRaw } from "vue-router";
import { deepClone, filterByRole, treeSort, resultSuccess, resultError } from "../_utils";
import { deepClone, filterByRole, treeSort, resultSuccess } from "../_utils";
import systemMenu from "../_data/system_menu";
/**