不输入路径回到登录页

This commit is contained in:
jiayu 2024-10-26 09:12:17 +08:00
parent 217c61f4fa
commit 8aa28da81f
4 changed files with 19 additions and 1 deletions

Binary file not shown.

View File

@ -1 +1 @@
export const HOME_URL: string[] = ["/config", "/home", "/home", "/home"];
export const HOME_URL: string[] = ["/login", "/home", "/home", "/home"];

View File

@ -2,6 +2,7 @@
<layoutFrontTop v-if="plusMenu.topAble"></layoutFrontTop>
<div class="map-content" id="map-content">
<div id="mars3dContainer" class="mars3d-container"></div>
<div class="hide_logo"></div>
<div class="intro_wrap">
<Introduction></Introduction>
</div>
@ -2770,4 +2771,12 @@ onUnmounted(() => {
width: 24px;
height: 24px;
}
.hide_logo {
position: absolute;
left: 0;
bottom: 0;
width: 110px;
height: 26px;
background: #9b9b9b;
}
</style>

View File

@ -2,6 +2,7 @@
<layoutTop @toCenter="toCenter"></layoutTop>
<div class="map-content" id="map-content">
<div id="mars3dContainer" class="mars3d-container"></div>
<div class="hide_logo"></div>
<div class="intro_wrap">
<Introduction></Introduction>
</div>
@ -2703,4 +2704,12 @@ onUnmounted(() => {
width: 24px;
height: 24px;
}
.hide_logo {
position: absolute;
left: 0;
bottom: 0;
width: 110px;
height: 26px;
background: #9b9b9b;
}
</style>