|
@@ -1,3 +1,11 @@
|
|
|
+<!--
|
|
|
+ * @Author: tengmingxue 1473375109@qq.com
|
|
|
+ * @Date: 2022-04-21 11:45:42
|
|
|
+ * @LastEditors: tengmingxue 1473375109@qq.com
|
|
|
+ * @LastEditTime: 2022-11-15 08:54:23
|
|
|
+ * @FilePath: \mbPortalSite\src\layout\components\Footer\index.vue
|
|
|
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
+-->
|
|
|
<template>
|
|
|
<div class="footer">
|
|
|
<div class="container">
|
|
@@ -6,12 +14,18 @@
|
|
|
><span>马边彝族自治县民建镇东光大道435号 </span>
|
|
|
<span> 服务电话 :</span
|
|
|
><span>028-2565458</span>
|
|
|
- </ul>
|
|
|
- <ul>
|
|
|
+ <span> </span>
|
|
|
<span> 版权所有 :</span>
|
|
|
<span>马边彝族自治县自来水有限责任公司 </span>
|
|
|
- <span> (备案号申请中) </span>
|
|
|
- <span> 技术支持 :</span>
|
|
|
+ </ul>
|
|
|
+ <ul>
|
|
|
+ <div style="width:317px;margin:0 auto;float: left;">
|
|
|
+ <a target="_blank"
|
|
|
+ href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=51113302511140"
|
|
|
+ style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">
|
|
|
+ <img src="../image/备案图标.png" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">川公网安备 51113302511140号</p></a>
|
|
|
+ </div>
|
|
|
+ <span>技术支持 :</span>
|
|
|
<span>成都同飞科技责任有限公司</span>
|
|
|
</ul>
|
|
|
</div>
|