Explorar el Código

修改备案信息

zjs_project hace 3 años
padre
commit
c93276f146
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ElabHomeProject/src/components/bottom/bottom.html

+ 1 - 1
ElabHomeProject/src/components/bottom/bottom.html

@@ -1,7 +1,7 @@
 <div class="bottom-body" :style="{backgroundColor:blackColor?'#ffffff':'#2C2E34'}">
   <div class="bottom-left-container">
     <div class="bottom-left">
-      <p v-if="!deviceMobile" :style="{color: blackColor?'black':'white','cursor':'pointer'}" @click="link">COPYRIGHT © 2015-2018. All Rights Reserved. | 沪ICP备15047801号</p>
+      <p v-if="!deviceMobile" :style="{color: blackColor?'black':'white','cursor':'pointer'}" @click="link">COPYRIGHT © 2018-2022. All Rights Reserved. | 沪ICP备15047801号</p>
       <p v-else :style="{color: blackColor?'black':'white','cursor':'pointer'}" @click="link">COPYRIGHT © . All Rights Reserved. | 沪ICP备15047801号</p>
     </div>
   </div>