Parcourir la source

修改底部备案号

plg il y a 2 mois
Parent
commit
c85cdf42d8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/CpmdFooter.vue

+ 1 - 1
src/components/CpmdFooter.vue

@@ -22,7 +22,7 @@ onMounted(() => {
     path.value = base_url
     if (path.value == 'http://123.57.18.29:8089') {
         ipc.value = '粤ICP备2025386772号-2'
-    } else if (path.value == 'http://129.211.221.44:8091') {
+    } else if (path.value == 'http://129.211.221.44:8091' || path.value == 'http://129.211.221.44:8092') {
         ipc.value = '粤ICP备2025386772号-1'
     }