tremble 5 anos atrás
pai
commit
9de9e7400d

+ 1 - 1
mobile/src/store/language/home_cn.js

@@ -347,6 +347,6 @@ export default {
       name: '四维模库',
       url: 'http://www.4dmodel.com/'
     } ],
-    copyright: ['Copyright © 2018 4DAGE Co., Ltd. All rights reserved.', '粤ICP备14078495号-1']
+    copyright: ['Copyright © 2020 4DAGE Co., Ltd. All rights reserved.', '粤ICP备14078495号-1']
   }
 }

+ 1 - 1
mobile/src/store/language/home_en.js

@@ -348,6 +348,6 @@ export default {
       name: '4DModel',
       url: 'http://www.4dmodel.com/'
     }],
-    copyright: ['Copyright © 2018 4DAGE Co., Ltd. All rights reserved.', '粤ICP备14078495号-1']
+    copyright: ['Copyright © 2020 4DAGE Co., Ltd. All rights reserved.', '粤ICP备14078495号-1']
   }
 }

+ 1 - 1
pc/src/page/layout/footer.vue

@@ -37,7 +37,7 @@
           <a :href="language==='en'?'https://www.cgaii.com/en':'https://www.cgaii.com'" target="_blank">{{langFooter.cgaii}}</a>
           <a href="http://www.4dmodel.com/" target="_blank">{{langFooter.model}}</a>
         </div>
-        <p>Copyright © 2018 4DAGE Co., Ltd. All rights reserved. </p>
+        <p>Copyright © 2020 4DAGE Co., Ltd. All rights reserved. </p>
         <p><a class="a_class" href="http://www.beian.miit.gov.cn" target="_blank">粤ICP备14078495号-3</a></p>
       </div>
     </div>