diff --git a/src/shared/components/Beian.vue b/src/shared/components/Beian.vue
new file mode 100644
index 0000000..4607291
--- /dev/null
+++ b/src/shared/components/Beian.vue
@@ -0,0 +1,40 @@
+
+
+ 浙ICP备2023044109号
+
+

+
+ 浙公网安备33100402331786
+
+
+
+
+
+
diff --git a/src/shared/layout/default.vue b/src/shared/layout/default.vue
index aecedae..ac4c04e 100644
--- a/src/shared/layout/default.vue
+++ b/src/shared/layout/default.vue
@@ -2,22 +2,7 @@
import Login from "../components/Login.vue"
import Signup from "../components/Signup.vue"
import Header from "../components/Header.vue"
-
-function goICP() {
- window.open("https://beian.miit.gov.cn", "_balnk")
-}
-
-function goPublicSecurity() {
- window.open(
- "https://beian.mps.gov.cn/#/query/webSearch?code=33100402331786",
- "_balnk",
- )
-}
-
-const route = useRoute()
-const hiddenICP = computed(() =>
- ["problem", "contest problem"].includes(route.name),
-)
+import Beian from "../components/Beian.vue"
@@ -30,15 +15,7 @@ const hiddenICP = computed(() =>
-
- 浙ICP备2023044109号
-
-

-
- 浙公网安备33100402331786
-
-
-
+
@@ -46,19 +23,4 @@ const hiddenICP = computed(() =>
.header {
padding: 8px;
}
-
-.beian {
- margin-bottom: 12px;
-}
-
-.beian > a {
- text-decoration: none;
-}
-
-.psIcon {
- width: 14px;
- height: 14px;
- transform: translateY(2px);
- margin-right: 2px;
-}