yzx 4 týždňov pred
rodič
commit
71d1ec15d1

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "fs",
   "version": "1.1.0",
-  "description": "倍力优私域销售端",
+  "description": "SCRM客户管理系统",
   "author": "FS",
   "license": "MIT",
   "scripts": {

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

@@ -26,7 +26,7 @@ export default {
   },
   data() {
     return {
-      title: '倍力优私域销售端',
+      title: 'SCRM客户管理系统',
       logo: logoImg
     }
   }

+ 1 - 1
src/settings.js

@@ -1,5 +1,5 @@
 module.exports = {
-  title: '倍力优私域销售端',
+  title: 'SCRM客户管理系统',
 
 
 

+ 3 - 3
src/views/login.vue

@@ -5,7 +5,7 @@
         <img src="../assets/image/login_left.png" alt="">
       </div>
       <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
-        <h3 class="title">倍力优私域销售端</h3>
+        <h3 class="title">SCRM客户管理系统</h3>
         <el-form-item prop="username">
           <el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
             <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
@@ -53,8 +53,8 @@
     </div>
     <!--  底部  -->
     <div class="el-login-footer">
-      <span>倍力优(北京)健康产业科技有限公司 </span>
-      <a href="https://beian.miit.gov.cn" target="_bank">京ICP备18042618号-2</a>
+      <span>版权信息 </span>
+      <a href="https://beian.miit.gov.cn" target="_bank">备案</a>
     </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 || 'SCRM客户管理系统' // 标题
 
 const port = process.env.port || process.env.npm_config_port || 80 // 端口