This commit is contained in:
2025-06-13 14:27:16 +08:00
parent 45edd2ef09
commit 376d9d5cfe
4 changed files with 29 additions and 5 deletions

View File

@@ -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(() => {
<template>
<!--首页-->
<XNav :show-back="false"></XNav>
<x-notice-bar></x-notice-bar>
<add-customer-service-modal v-model:show="showAddCustomer"></add-customer-service-modal>