不输入路径回到登录页
This commit is contained in:
parent
217c61f4fa
commit
8aa28da81f
@ -1 +1 @@
|
||||
export const HOME_URL: string[] = ["/config", "/home", "/home", "/home"];
|
||||
export const HOME_URL: string[] = ["/login", "/home", "/home", "/home"];
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user