cmy 2 gadi atpakaļ
vecāks
revīzija
fad88281c2

+ 1 - 1
.env.dev

@@ -2,7 +2,7 @@
 NODE_ENV=development
 VUE_APP_ENV='dev'
 # 页面 title
-VUE_APP_TITLE=CRMEB
+VUE_APP_TITLE=六牛科技
 # socket 客服连接地址
 VUE_APP_WS_KEFU_URL=''
 # socket 系统连接地址

+ 1 - 1
.env.production

@@ -3,7 +3,7 @@ NODE_ENV=production
 VUE_APP_ENV='production'
 
 # 页面 title
-VUE_APP_TITLE=CRMEB
+VUE_APP_TITLE=六牛科技
 # socket 客服连接地址
 VUE_APP_WS_KEFU_URL=''
 # socket 系统连接地址

+ 1 - 0
newybygadmin

@@ -0,0 +1 @@
+Subproject commit 09e6fb8f3a5914c1a38441a56f2c68546cacc559

+ 1 - 1
src/assets/iconfontYI/iconfontYI.json

@@ -1141,7 +1141,7 @@
     },
     {
       "icon_id": "9561662",
-      "name": "crmeb",
+      "name": "六牛科技",
       "font_class": "crmeb",
       "unicode": "e735",
       "unicode_decimal": 59189

+ 22 - 22
src/components/copyright/index.vue

@@ -1,5 +1,5 @@
 <template>
-    <GlobalFooter class="i-copyright" :links="links" :copyright="copyright" />
+    <!-- <GlobalFooter class="i-copyright" :links="links" :copyright="copyright" /> -->
 </template>
 <script>
     import { copyright } from '@/api/account';
@@ -7,31 +7,31 @@
         name: 'i-copyright',
         data () {
             return {
-                links: [
-                    {
-                        title: '官网',
-                        key: '官网',
-                        href: 'https://www.crmeb.com',
-                        blankTarget: true
-                    },
-                    {
-                        title: '社区',
-                        key: '社区',
-                        href: 'http://q.crmeb.com',
-                        blankTarget: true
-                    },
-                    {
-                        title: '文档',
-                        key: '文档',
-                        href: 'http://doc.crmeb.com',
-                        blankTarget: true
-                    }
-                ],
+                // links: [
+                //     {
+                //         title: '官网',
+                //         key: '官网',
+                //         href: 'https://www.crmeb.com',
+                //         blankTarget: true
+                //     },
+                //     {
+                //         title: '社区',
+                //         key: '社区',
+                //         href: 'http://q.crmeb.com',
+                //         blankTarget: true
+                //     },
+                //     {
+                //         title: '文档',
+                //         key: '文档',
+                //         href: 'http://doc.crmeb.com',
+                //         blankTarget: true
+                //     }
+                // ],
                 copyright: ''
             }
         },
         mounted () {
-            this.getCopyright();
+            // this.getCopyright();
         },
         methods: {
             getCopyright () {