diff --git a/package.json b/package.json index 33a67fe..3dd4602 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "dayjs": "^1.11.13", "deep-pick-omit": "^1.2.1", "destr": "^2.0.5", + "lodash": "^4.17.21", "pinia": "^2.3.1", "pinia-plugin-persistedstate": "^4.3.0", "postcss": "^8.5.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a07e12..5287419 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -77,6 +77,9 @@ importers: destr: specifier: ^2.0.5 version: 2.0.5 + lodash: + specifier: ^4.17.21 + version: 4.17.21 pinia: specifier: ^2.3.1 version: 2.3.1(vue@3.5.14) diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue index e622d6f..9b41101 100644 --- a/src/pages/home/index.vue +++ b/src/pages/home/index.vue @@ -13,6 +13,7 @@ import {reactive, ref, onMounted} from "vue"; import {toPage} from "../../utils/uils.js"; import AddCustomerServiceModal from "../../components/AddCustomerServiceModal.vue"; import OpenTypeFun from "../../components/OpenTypeFun.js"; +import XNoticeBar from "../../components/XNoticeBar.vue"; const showAddCustomer = ref(false); const advList = reactive([]); @@ -99,6 +100,7 @@ onMounted(() => {