Selaa lähdekoodia

备案号更换

tanxue 3 vuotta sitten
vanhempi
commit
65f379cb43
2 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 3 3
      components/footer.vue
  2. 2 2
      components/footer2.vue

+ 3 - 3
components/footer.vue

@@ -58,14 +58,14 @@
           <a :href="item.url" v-for="(item,index) in requestData" :key="index">{{item.name}}</a>
         </div>
       </div>
-      <h5>版权所有 © 沈阳久创锐康科技有限公司 备案号:辽ICP备15006970号-X<a style="color: #B8B8BB"
+      <h5>版权所有 © 沈阳久创锐康科技有限公司 备案号:<a style="color: #B8B8BB"
                                                                                 href="https://beian.miit.gov.cn/#/Integrated/index">
-        辽ICP备09022904号-18</a></h5>
+        辽ICP备2021010726号-2</a></h5>
     </div>
     <div class="mta-hidden-sm phone-footer-box">
       <p>Copyright © 2019 llisoft.com All rights reserved</p>
       <p>沈阳久创锐康公司 版权所有</p>
-      <a href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备09022904号-18</a>
+      <a href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备2021010726号-2</a>
     </div>
   </div>
 </template>

+ 2 - 2
components/footer2.vue

@@ -49,12 +49,12 @@
              </div>-->
            </div>
          </div>
-         <h5>版权所有 © 沈阳久创锐康科技有限公司 备案号:辽ICP备15006970号-X<a style="color: #B8B8BB" href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备09022904号-18</a></h5>
+         <h5>版权所有 © 沈阳久创锐康科技有限公司 备案号:<a style="color: #B8B8BB" href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备2021010726号-2</a></h5>
        </div>
         <div class="mta-hidden-sm phone-footer-box">
           <p>Copyright © 2019 llisoft.com All rights reserved</p>
           <p>沈阳久创锐康公司 版权所有</p>
-          <a href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备09022904号-18</a>
+          <a href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备2021010726号-2</a>
         </div>
      </div>
 </template>