update
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user