Lijy 5 月之前
父節點
當前提交
bbd7f05c9c

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/index.html

@@ -4,7 +4,7 @@
   <meta charset="UTF-8" />
   <link rel="icon" type="image/svg+xml" href="./logo.svg" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <title>客户管家</title>
+  <title>智能客户管家</title>
 </head>
 
 <body>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/header/header.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="trademark mr-8 flex items-center text-white">
     <img :src="loginLogin" class="w-10 h-10 mr-4" />
-    <div class="text-nowrap">客户管家</div>
+    <div class="text-nowrap">智能客户管家</div>
   </div>
   <div class=" flex flex-row justify-start items-center text-white flex-1 parentDiv" ref="parentDiv">
     <div v-for="(routerItem, routerItemIdex) in routerList" @click="setCurrentRouter(routerItem)"

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/login.vue

@@ -4,7 +4,7 @@
       <div class="m-auto pt-4">
         <img class="w-1/5 m-auto" :src="loginLogo" alt="">
       </div>
-      <h2 class="text-xl text-center pt-4 font-bold">客户管家</h2>
+      <h2 class="text-xl text-center pt-4 font-bold">智能客户管家</h2>
       <el-form class="pt-4" ref="ruleFormRef" :model="ruleForm" :rules="rules">
         <el-form-item prop="username">
           <el-input clearable :prefix-icon="UserFilled" size="large" class="mt-2" v-model.trim="ruleForm.username"