Procházet zdrojové kódy

ADD:增加公安备案号

wjj před 4 roky
rodič
revize
5b38bfe571
2 změnil soubory, kde provedl 4 přidání a 5 odebrání
  1. binární
      src/assets/image/police.png
  2. 4 5
      src/components/commons/Footer2.0.vue

binární
src/assets/image/police.png


+ 4 - 5
src/components/commons/Footer2.0.vue

@@ -1,5 +1,5 @@
 <template>
-  <div :class=" slice_type ? 'footer-nav' : 'footer-nav-online' ">
+  <div class="footer-nav">
     <div class="container">
       <el-row>
         <el-col :span="5" class="nav-logo-block">
@@ -14,6 +14,8 @@
         <el-col :span="19" style="padding-left: 15%">
           <div class="copyright-block pull-left" style="margin: 12px 0">
             版权所有©信息产品及科技服务集成化众测服务平台与应用项目组<br/>
+            <img src="@/assets/image/police.png" style="width: 20px;height: 20px;vertical-align:middle;">
+            <span style="vertical-align: middle;height: 20px;line-height: 20px">粤公网安备 44011602000570号</span><br/>
             <a :href="footer_provider_number_url" style="color: white; font-size: 16px">{{ footer_provider_number }}</a><br/>
             电话:{{ footer_mobile }}  传真:{{ footer_fax }}1<br/>
             电子邮箱:{{ footer_email }}
@@ -30,7 +32,6 @@
 
 <script>
 import {CONFIG} from "../../config";
-import {slice_type} from "../../../tool4deploy/slider-type";
 
 export default {
   name: "Footer2.0",
@@ -40,12 +41,10 @@ export default {
       footer_title_one:CONFIG.footer_title_one,
       footer_title_two:CONFIG.footer_title_two,
       footer_provider_number:CONFIG.footer_provider_number,
-      footer_provider_number_url:CONFIG.footer_provider_number_url,
       footer_mobile:CONFIG.footer_mobile,
       footer_fax:CONFIG.footer_fax,
       footer_email:CONFIG.footer_email,
       footer_QRcode:CONFIG.footer_QRcode,
-      slice_type
     }
   }
 }
@@ -64,7 +63,7 @@ export default {
   }
   .footer-nav-online{
     height: 120px;
-    background:$--color-footer-background;;
+    background:$__color-primary;
     color: $--color-title-color;
     padding: 30px 0;
     font-size: 14px;