|
@@ -14,7 +14,7 @@
|
|
<el-col :span="19" style="padding-left: 15%">
|
|
<el-col :span="19" style="padding-left: 15%">
|
|
<div class="copyright-block pull-left" style="margin: 12px 0">
|
|
<div class="copyright-block pull-left" style="margin: 12px 0">
|
|
版权所有©信息产品及科技服务集成化众测服务平台与应用项目组<br/>
|
|
版权所有©信息产品及科技服务集成化众测服务平台与应用项目组<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_mobile }} 传真:{{ footer_fax }}1<br/>
|
|
电子邮箱:{{ footer_email }}
|
|
电子邮箱:{{ footer_email }}
|
|
</div>
|
|
</div>
|
|
@@ -40,6 +40,7 @@ export default {
|
|
footer_title_one:CONFIG.footer_title_one,
|
|
footer_title_one:CONFIG.footer_title_one,
|
|
footer_title_two:CONFIG.footer_title_two,
|
|
footer_title_two:CONFIG.footer_title_two,
|
|
footer_provider_number:CONFIG.footer_provider_number,
|
|
footer_provider_number:CONFIG.footer_provider_number,
|
|
|
|
+ footer_provider_number_url:CONFIG.footer_provider_number_url,
|
|
footer_mobile:CONFIG.footer_mobile,
|
|
footer_mobile:CONFIG.footer_mobile,
|
|
footer_fax:CONFIG.footer_fax,
|
|
footer_fax:CONFIG.footer_fax,
|
|
footer_email:CONFIG.footer_email,
|
|
footer_email:CONFIG.footer_email,
|