From 7e3753d954e1f2fc37b1970cb4fef8f8d59ad0fc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 11 Nov 2024 18:33:25 +0800
Subject: [PATCH] layout页面调整
---
src/views/layout/index.vue | 42 +++---------------------------------------
1 files changed, 3 insertions(+), 39 deletions(-)
diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index a8ff915..394db77 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-08-18 16:18:24
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-08 11:50:25
+ * @LastEditTime: 2024-11-10 20:38:37
* @FilePath: \bigScreen\src\views\layout\index.vue
* @Description:
*
@@ -11,23 +11,7 @@
<template>
<div class="wrapper">
<div v-if="showSinglePage" class="main-content single-page" id="MainContent">
- <div class="w100 h100">
- <div class="main-header">
- <div class="title">吉水化工园区“一园一策一图”VR平台</div>
-
- <div class="login-out" @click="signOut">
- <img :src="loginOutBg" class="img" />
- <span>退出</span>
- </div>
- </div>
-
- <div class="main-container">
- <!-- 地图区域 -->
- <router-view></router-view>
- </div>
-
- <main-menu></main-menu>
- </div>
+ <router-view></router-view>
</div>
<map-container v-if="!showSinglePage" ref="MapContainer">
@@ -36,27 +20,7 @@
<main-search></main-search>
<main-tool></main-tool>
- <div v-if="showSubLayout" class="w100 h100">
- <router-view class="w100 h100"></router-view>
- </div>
-
- <div v-if="!showSubLayout" class="w100 h100">
- <div class="main-header">
- <div class="title">吉水化工园区“一园一策一图”VR平台</div>
-
- <div class="login-out" @click="signOut">
- <img :src="loginOutBg" class="img" />
- <span>退出</span>
- </div>
- </div>
-
- <div class="main-container">
- <!-- 地图区域 -->
- <router-view></router-view>
- </div>
-
- <main-menu></main-menu>
- </div>
+ <router-view class="w100 h100" key="1"></router-view>
</div>
</template>
</map-container>
--
Gitblit v1.9.3