Browse Source

Revert "feat: 登录页底部添加ICP备案号及工信部链接"

This reverts commit 79b793f0518978b732cb04582a9144c86003e538.
skyline 1 month ago
parent
commit
59044113b8
1 changed files with 0 additions and 18 deletions
  1. 0 18
      admin-web/src/views/login/index.vue

+ 0 - 18
admin-web/src/views/login/index.vue

@@ -40,9 +40,6 @@
 			</div>
 		</div>
 	</div>
-	<div class="login-footer">
-		<a href="https://beian.miit.gov.cn" target="_blank" rel="noopener noreferrer">粤ICP备2025408522号-2</a>
-	</div>
 </template>
 
 <script setup lang="ts" name="loginIndex">
@@ -258,19 +255,4 @@ onMounted(() => {
 		}
 	}
 }
-.login-footer {
-	position: absolute;
-	bottom: 20px;
-	width: 100%;
-	text-align: center;
-	z-index: 10;
-	a {
-		color: #999;
-		font-size: 13px;
-		text-decoration: none;
-		&:hover {
-			color: var(--el-color-primary);
-		}
-	}
-}
 </style>