chore: lodash-es

This commit is contained in:
xiaojunnuo
2023-06-29 17:20:47 +08:00
parent 042535536e
commit e5d902663b
29 changed files with 30 additions and 30 deletions
@@ -1,5 +1,5 @@
import { defineStore } from "pinia";
import { cloneDeep, get, uniq } from "lodash";
import { cloneDeep, get, uniq } from "lodash-es";
import router from "/src/router";
import { frameworkRoutes } from "/src/router/resolve";
// @ts-ignore
@@ -1,7 +1,7 @@
import { defineStore } from "pinia";
// @ts-ignore
import { frameworkMenus, headerMenus, filterMenus, findMenus } from "/src/router/resolve";
import _ from "lodash";
import _ from "lodash-es";
import { mitter } from "/src/utils/util.mitt";
//监听注销事件
mitter.on("app.logout", () => {