yzx 4 hafta önce
ebeveyn
işleme
7a7de68d54
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1 1
      package.json
  2. 1 1
      src/layout/components/Sidebar/Logo.vue
  3. 1 1
      vue.config.js

+ 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
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 // 端口