|
@@ -3,7 +3,7 @@
|
|
|
<template v-slot:headerLeft>
|
|
|
<div class="homeheaderleft">
|
|
|
<img src="/src/assets/image/home_logo.png">
|
|
|
- <div class="text-white">客户管家</div>
|
|
|
+ <div class="text-white">智能客户管家CRM</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<template v-slot:headerRight>
|
|
@@ -35,7 +35,7 @@
|
|
|
<!-- 显示对应的模块 -->
|
|
|
<van-popup v-model:show="showModule" closeable position="bottom" round>
|
|
|
<div class="newModuleAdded relative">
|
|
|
- <div class="text-size-large text-[#474A56] absolute topTitle">客户管家</div>
|
|
|
+ <div class="text-size-large text-[#474A56] absolute topTitle">智能客户管家CRM</div>
|
|
|
<div class="flex flex-wrap">
|
|
|
<template v-for="(item) in moduleList" :key="item.id">
|
|
|
<div class="w-16 flex flex-col items-center mrSpacing" @click.stop="toAddEditor(item)">
|