wansfa 1 year ago
parent
commit
ad177275ed
5 changed files with 5 additions and 7 deletions
  1. 1 1
      package.json
  2. 0 2
      src/api/crm/customer.js
  3. 1 1
      src/layout/components/Sidebar/Logo.vue
  4. 2 2
      src/views/login.vue
  5. 1 1
      vue.config.js

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "fs",
   "version": "1.1.0",
-  "description": "润天智慧云医数字DTC客户服务管理系统",
+  "description": "云联融智医药管理系统",
   "author": "FS",
   "license": "MIT",
   "scripts": {

+ 0 - 2
src/api/crm/customer.js

@@ -132,8 +132,6 @@ export function getCustomer2(customerId) {
 }
 
 
-
-
 export function addCustomer(data) {
   return request({
     url: '/crm/customer',

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -26,7 +26,7 @@ export default {
   },
   data() {
     return {
-      title: '润天智慧云医',
+      title: '云联融智云医',
       logo: logoImg
     }
   }

+ 2 - 2
src/views/login.vue

@@ -1,7 +1,7 @@
 <template>
    <div class="login" id="loginBox">
     <div class="login-con">
-        <div class="title">润天智慧云医数字DTC客户服务管理系统</div>
+        <div class="title">云联融智客户服务管理系统</div>
         <el-form   ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
       
         <el-form-item prop="username">
@@ -51,7 +51,7 @@
     </div>
     <!--  底部  -->
     <div class="el-login-footer">
-      <span>Copyright © 2023 <a href="https://beian.miit.gov.cn/" target="_blank">渝ICP备19014022号-7</a></span>
+      <span>Copyright © 2023 <a href="https://beian.miit.gov.cn/" target="_blank">渝ICP备190140XX号-7</a></span>
     </div>
   </div>
 </template>

+ 1 - 1
vue.config.js

@@ -13,7 +13,7 @@ function resolve(dir) {
   return path.join(__dirname, dir)
 }
 
-const name = defaultSettings.title || '润天智慧云医' // 标题
+const name = defaultSettings.title || '云联融智药管理系统' // 标题
 
 const port = process.env.port || process.env.npm_config_port || 80 // 端口