This commit is contained in:
lcw
2025-09-15 12:24:21 +08:00
parent 64c1e28f71
commit 2d40736a96
2 changed files with 3 additions and 2 deletions

View File

@ -426,6 +426,7 @@ export const publicRoutes = [
{
path: "/checkpoint",
name: "checkpoint",
redirect: "/checkpoint",
meta: {
title: "环林卡口管理",
icon: "article"
@ -446,6 +447,7 @@ export const publicRoutes = [
{
path: "/forewarning",
name: "forewarning",
redirect: "/forewarning",
meta: {
title: "预警管理",
icon: "article"

View File

@ -139,7 +139,6 @@ const pageData = reactive({
const Auth = ref(true)
onMounted(() => {
Auth.value = isAuth()
tabHeightFn();
});