Ver código fonte

文字内容修改

microrain 3 anos atrás
pai
commit
1f9e0ec465
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      src/layout/footer/index.vue

+ 1 - 2
src/layout/footer/index.vue

@@ -1,8 +1,7 @@
 <template>
 	<div class="layout-footer mt15" v-show="isDelayFooter">
 		<div class="layout-footer-warp">
-			<div>Copyright © 2021-2023 g-fast.cn All Rights Reserved.</div>
-			<div class="mt5">云南奇讯科技有限公司版权所有</div>
+			<div>Copyright © 2021-2023 Sagoo All Rights Reserved.</div>
 		</div>
 	</div>
 </template>