lcw
This commit is contained in:
@ -426,6 +426,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/checkpoint",
|
path: "/checkpoint",
|
||||||
name: "checkpoint",
|
name: "checkpoint",
|
||||||
|
redirect: "/checkpoint",
|
||||||
meta: {
|
meta: {
|
||||||
title: "环林卡口管理",
|
title: "环林卡口管理",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -446,6 +447,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/forewarning",
|
path: "/forewarning",
|
||||||
name: "forewarning",
|
name: "forewarning",
|
||||||
|
redirect: "/forewarning",
|
||||||
meta: {
|
meta: {
|
||||||
title: "预警管理",
|
title: "预警管理",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
|
|||||||
@ -139,7 +139,6 @@ const pageData = reactive({
|
|||||||
const Auth = ref(true)
|
const Auth = ref(true)
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
Auth.value = isAuth()
|
Auth.value = isAuth()
|
||||||
|
|
||||||
tabHeightFn();
|
tabHeightFn();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user