Browse Source

Merge branch 'dev-online' of ssh://git.mooctest.com:1022/crowd-2019/crowd-test-service-front into dev-online

郭超 4 years ago
parent
commit
463ef7a190
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/commons/Footer2.0.vue

+ 2 - 1
src/components/commons/Footer2.0.vue

@@ -14,7 +14,7 @@
         <el-col :span="19" style="padding-left: 15%">
           <div class="copyright-block pull-left" style="margin: 12px 0">
             版权所有©信息产品及科技服务集成化众测服务平台与应用项目组<br/>
-            <a href="http://www.beian.miit.gov.cn/" style="color: white; font-size: 16px">{{ footer_provider_number }}</a><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 }}
           </div>
@@ -40,6 +40,7 @@ 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,