Просмотр исходного кода

【模版目录】更新版权时间

sugar1569 2 лет назад
Родитель
Сommit
d08d74c525

+ 2 - 2
template/admin/src/components/copyright/index.vue

@@ -5,7 +5,7 @@
     </div>
     <div class="ivu-global-footer-copyright" v-if="copyright">{{ copyright }}</div>
     <div class="ivu-global-footer-copyright" v-else>
-      Copyright © 2014-2022
+      Copyright © 2014-2023
       <a href="https://www.crmeb.com" target="_blank">{{ version }}</a>
     </div>
   </div>
@@ -33,7 +33,7 @@ export default {
           href: 'http://doc.crmeb.com',
         },
       ],
-      copyright: 'Copyright © 2014-2022',
+      copyright: 'Copyright © 2014-2023',
       version: '',
     };
   },

+ 1 - 1
template/admin/src/pages/account/login/index.vue

@@ -62,7 +62,7 @@
     <div class="footer">
       <div class="pull-right" v-if="copyright">{{ copyright }}</div>
       <div class="pull-right" v-else>
-        Copyright © 2014-2022 <a href="https://www.crmeb.com" target="_blank">{{ version }}</a>
+        Copyright © 2014-2023 <a href="https://www.crmeb.com" target="_blank">{{ version }}</a>
       </div>
     </div>
   </div>

+ 1 - 1
template/admin/src/pages/kefu/index.vue

@@ -52,7 +52,7 @@
     </div>
     <div class="foot-box" v-if="copyright">{{ copyright }}</div>
     <div class="foot-box" v-else>
-      Copyright © 2014-2022 <a href="https://www.crmeb.com" target="_blank">{{ version }}</a>
+      Copyright © 2014-2023 <a href="https://www.crmeb.com" target="_blank">{{ version }}</a>
     </div>
   </div>
 </template>